Metrics service¶
config.metrics.v3.MetricsServiceConfig¶
[config.metrics.v3.MetricsServiceConfig proto]
Metrics Service is configured as a built-in envoy.stat_sinks.metrics_service StatsSink. This opaque configuration will be used to create Metrics Service.
This extension may be referenced by the qualified name envoy.stat_sinks.metrics_service
Note
This extension does not operate on the data plane and hence is intended to be robust against untrusted traffic.
{
"grpc_service": "{...}"
}
- grpc_service
(config.core.v3.GrpcService, REQUIRED) The upstream gRPC cluster that hosts the metrics service.