GRPC C++  1.66.0
Public Member Functions
grpc_core::experimental::StatsPluginChannelScope Class Reference

#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::EndpointConfigexperimental_args () const
 Returns channel arguments. THIS METHOD IS EXPERIMENTAL. More...
 

Constructor & Destructor Documentation

◆ StatsPluginChannelScope()

grpc_core::experimental::StatsPluginChannelScope::StatsPluginChannelScope ( absl::string_view  target,
absl::string_view  default_authority,
const grpc_event_engine::experimental::EndpointConfig args 
)
inline

Member Function Documentation

◆ default_authority()

absl::string_view grpc_core::experimental::StatsPluginChannelScope::default_authority ( ) const
inline

Returns the default authority for the channel.

◆ experimental_args()

const grpc_event_engine::experimental::EndpointConfig& grpc_core::experimental::StatsPluginChannelScope::experimental_args ( ) const
inline

Returns channel arguments. THIS METHOD IS EXPERIMENTAL.

◆ target()

absl::string_view grpc_core::experimental::StatsPluginChannelScope::target ( ) const
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)


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