-
Notifications
You must be signed in to change notification settings - Fork 30
Add metric handler for grafana #1400
Comments
The grafana/influxdb metrics collector (telegraf) prefers Problem here is the underlying statsd client of TwistedMetrics ( |
Telegraf supports dogstatsd protocol, so you should be able to revert back to however your statsd client was configured before. https://github.com/mozilla-services/cloudops-docs/blob/master/Infrastructure/Monitoring/Monitoring%20Guidance.md#collect-high-volume-application-metrics are the current recommendations |
per ops request, this switches metrics to using markus. This also changes the DatadogMetrics library to TaggedMetrics, and becomes the default metrics library if the config value `statsd_host` is set. Closes #1400
The code uses a dedicated |
While this package does not use the officially sanctioned "markus" metrics package, it does use the same Datadog library. Closes #1400
* feat: Add tags back to metrics. While this package does not use the officially sanctioned "markus" metrics package, it does use the same Datadog library. Closes #1400
Oops: I thought the existing dogstatsd backend we use would work w/ statsd, apparently it doesn't. |
remove datadog's ThreadStats (as it only speaks datadog's http protocol) w/ markus backed by the plain Datadog(that's statsd compatible) backend + upgrade datadog to avoid its own telemetry metrics producing garbage tags Closes #1400
remove datadog's ThreadStats (as it only speaks datadog's http protocol) w/ markus backed by the plain Datadog(that's statsd compatible) backend + upgrade datadog to avoid its own telemetry metrics producing garbage tags Closes #1400
remove datadog's ThreadStats (as it only speaks datadog's http protocol) w/ markus backed by the plain Datadog(that's statsd compatible) backend + upgrade datadog to avoid its own telemetry metrics producing garbage tags Closes #1400
remove datadog's ThreadStats (as it only speaks datadog's http protocol) w/ markus backed by the plain Datadog(that's statsd compatible) backend + upgrade datadog to avoid its own telemetry metrics producing garbage tags Closes #1400
remove datadog's ThreadStats (as it only speaks datadog's http protocol) w/ markus backed by the plain Datadog(that's statsd compatible) backend + upgrade datadog to avoid its own telemetry metrics producing garbage tags Closes #1400
remove datadog's ThreadStats (as it only speaks datadog's http protocol) w/ markus backed by the plain statsd compatible Datadog backend upgrade datadog to avoid its own telemetry metrics producing garbage tags Co-authored-by: JR Conlin <jrconlin@gmail.com> Closes #1400
Currently tags are getting dropped after moving from Datadog. We are now defaulting to TwistedMetrics, which ignores tags.
Grafana tags should be specified as
key=val
The text was updated successfully, but these errors were encountered: