Go to the documentation of this file.
15 #ifndef GRPC_SUPPORT_METRICS_H
16 #define GRPC_SUPPORT_METRICS_H
18 #include "absl/strings/string_view.h"
24 namespace experimental {
38 absl::string_view
target()
const {
return target_; }
54 absl::string_view target_;
55 absl::string_view default_authority_;
Definition: grpc_audit_logging.h:31
Collection of parameters used to configure client and server endpoints.
Definition: endpoint_config.h:31
const grpc_event_engine::experimental::EndpointConfig & experimental_args() const
Returns channel arguments. THIS METHOD IS EXPERIMENTAL.
Definition: metrics.h:44
absl::string_view target() const
Returns the target used for creating the channel in the canonical form.
Definition: metrics.h:38
StatsPluginChannelScope(absl::string_view target, absl::string_view default_authority, const grpc_event_engine::experimental::EndpointConfig &args)
Definition: metrics.h:30
absl::string_view default_authority() const
Returns the default authority for the channel.
Definition: metrics.h:40