userver: ugrpc::client::RetryLimiterSettings Struct Reference
Loading...
Searching...
No Matches
ugrpc::client::RetryLimiterSettings Struct Referencefinal

#include <userver/ugrpc/client/retry_limiter.hpp>

Detailed Description

Settings for a RetryLimiter instance.

See also
RetryLimiter

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.
 

Member Data Documentation

◆ call_name

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.

◆ destination_prefix_in_metrics

std::string ugrpc::client::RetryLimiterSettings::destination_prefix_in_metrics

Prefix for the full destination path in metrics.

See also
ugrpc::client::ClientSettings::destination_prefix_in_metrics

Definition at line 49 of file retry_limiter.hpp.


The documentation for this struct was generated from the following file: