You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, tags are added to the generated statsd metrics, but people using a Statsd server that does not support tags are confused.
The documentation should make these details more obvious and have clear explanation on how to disable tags. Examples of metrics generated when tags are off will also be useful.
The text was updated successfully, but these errors were encountered:
Kafka
0.8.2
refactored its metrics to use tags/scopes. See https://issues.apache.org/jira/browse/KAFKA-1481In
0.4.0
, `kafka-statsd-metrics21 introduced support for metric tags. Tags are an extension to the Statsd protocol introduced by Datadog, see http://docs.datadoghq.com/guides/dogstatsd/#tags.By default, tags are added to the generated statsd metrics, but people using a Statsd server that does not support tags are confused.
The documentation should make these details more obvious and have clear explanation on how to disable tags. Examples of metrics generated when tags are off will also be useful.
The text was updated successfully, but these errors were encountered: