#include <userver/ugrpc/client/retry_limiter.hpp>
Settings for a RetryLimiter instance.
Definition at line 40 of file retry_limiter.hpp.
Public Attributes | |
| const utils::StringLiteral | call_name |
Full call name of the gRPC method in format service/method. | |
| std::string | destination_prefix_in_metrics |
| Prefix for the full destination path in metrics. | |
| const utils::StringLiteral ugrpc::client::RetryLimiterSettings::call_name |
Full call name of the gRPC method in format service/method.
Example: samples.api.GreeterService/SayHello
Definition at line 44 of file retry_limiter.hpp.
| std::string ugrpc::client::RetryLimiterSettings::destination_prefix_in_metrics |
Prefix for the full destination path in metrics.
Definition at line 49 of file retry_limiter.hpp.