|
GRPC C++
1.76.0
|
#include <metrics.h>
Public Member Functions | |
| StatsPluginChannelScope (absl::string_view target, absl::string_view default_authority, const grpc_event_engine::experimental::EndpointConfig &args) | |
| absl::string_view | target () const |
| Returns the target used for creating the channel in the canonical form. More... | |
| absl::string_view | default_authority () const |
| Returns the default authority for the channel. More... | |
| const grpc_event_engine::experimental::EndpointConfig & | experimental_args () const |
| Returns channel arguments. THIS METHOD IS EXPERIMENTAL. More... | |
|
inline |
|
inline |
Returns the default authority for the channel.
|
inline |
Returns channel arguments. THIS METHOD IS EXPERIMENTAL.
|
inline |
Returns the target used for creating the channel in the canonical form.
(Canonicalized target definition - https://github.com/grpc/proposal/blob/master/A66-otel-stats.md)
1.8.17