GRPC Core  41.0.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)
 
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...
 

Constructor & Destructor Documentation

◆ StatsPluginChannelScope()

grpc_core::experimental::StatsPluginChannelScope::StatsPluginChannelScope ( absl::string_view  target,
absl::string_view  default_authority 
)
inline

Member Function Documentation

◆ default_authority()

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

Returns the default authority for the channel.

◆ 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: