Fix deploy after 2d42f84389.

This commit is contained in:
Arseny Sher
2022-11-24 18:48:25 +04:00
committed by Arseny Sher
parent 47734fdb0a
commit 0b0cb77da4
2 changed files with 2 additions and 2 deletions

View File

@@ -23,5 +23,5 @@ Broker serves /metrics on the same port as grpc service.
grpcurl can be used to check which values are currently being pushed:
```
grpcurl -proto broker/proto/broker.proto -d '{"all":{}}' -plaintext localhost:50051 storage_broker.NeonBroker/SubscribeSafekeeperInfo
grpcurl -proto broker/proto/broker.proto -d '{"all":{}}' -plaintext localhost:50051 storage_broker.BrokerService/SubscribeSafekeeperInfo
```