@ -23,9 +23,9 @@ message StatsSink {
/ / The name of the stats sink to instantiate. The name must match a supported
/ / The name of the stats sink to instantiate. The name must match a supported
/ / stats sink. The built - in stats sinks are :
/ / stats sink. The built - in stats sinks are :
/ /
/ /
/ / * : ref : ` envoy.statsd < envoy_api_msg_config.metrics.v2.StatsdSink > `
/ / * : ref : ` envoy.stat_sinks.stat sd < envoy_api_msg_config.metrics.v2.StatsdSink > `
/ / * : ref : ` envoy.dog_statsd < envoy_api_msg_config.metrics.v2.DogStatsdSink > `
/ / * : ref : ` envoy.stat_sinks. dog_statsd < envoy_api_msg_config.metrics.v2.DogStatsdSink > `
/ / * : ref : ` envoy.metrics_service < envoy_api_msg_config.metrics.v2.MetricsServiceConfig > `
/ / * : ref : ` envoy.stat_sinks. metrics_service < envoy_api_msg_config.metrics.v2.MetricsServiceConfig > `
/ / * : ref : ` envoy.stat_sinks.hystrix < envoy_api_msg_config.metrics.v2.HystrixSink > `
/ / * : ref : ` envoy.stat_sinks.hystrix < envoy_api_msg_config.metrics.v2.HystrixSink > `
/ /
/ /
/ / Sinks optionally support tagged / multiple dimensional metrics.
/ / Sinks optionally support tagged / multiple dimensional metrics.
@ -243,7 +243,7 @@ message TagSpecifier {
}
}
}
}
/ / Stats configuration proto schema for built - in * envoy.statsd * sink. This sink does not support
/ / Stats configuration proto schema for built - in * envoy.stat_sinks.stat sd * sink. This sink does not support
/ / tagged metrics.
/ / tagged metrics.
/ / [ # extension : envoy.stat_sinks.statsd ]
/ / [ # extension : envoy.stat_sinks.statsd ]
message StatsdSink {
message StatsdSink {
@ -290,7 +290,7 @@ message StatsdSink {
string prefix = 3 ;
string prefix = 3 ;
}
}
/ / Stats configuration proto schema for built - in * envoy.dog_statsd * sink.
/ / Stats configuration proto schema for built - in * envoy.stat_sinks. dog_statsd * sink.
/ / The sink emits stats with ` DogStatsD < https : / / docs.datadoghq.com / guides / dogstatsd / > ` _
/ / The sink emits stats with ` DogStatsD < https : / / docs.datadoghq.com / guides / dogstatsd / > ` _
/ / compatible tags. Tags are configurable via : ref : ` StatsConfig
/ / compatible tags. Tags are configurable via : ref : ` StatsConfig
/ / < envoy_api_msg_config.metrics.v2.StatsConfig > ` .
/ / < envoy_api_msg_config.metrics.v2.StatsConfig > ` .