-
Hi Guys,
May I know the reason why statsd gauge report ignores tags or is it a bug?
https://github.com/uber-go/tally/blob/3332297784e46cd346ab6d9894fd4ea027dc9368/statsd/reporter.go#L80
Thank…
-
Even though statsd provides protocol for histograms, timers, sets and counters.
And seems that there exists code for that [1], but most likely is not used.
When I used dbg to trace UDP formats sent,…
-
I'm using Prometheus statsd_exporter to send metrics to Victoriametrics. I would like to use the `metrics` library, primarily to support VictoriaMetrics Histograms. Looking into statsd_exporter, it's …
raags updated
3 years ago
-
I remember reading about #279 (supporting different backends for Glowroot other than Cassandra) sometime back and the complexity involved.
But was wondering at the same time if publishing the metr…
-
-
This issue is to migrate the EnvoyProxy module from beats to agent-based integration.
-
Trying to collect statsd events on [statsd_exporter](https://github.com/prometheus/statsd_exporter) (StatsD to Prometheus metrics exporter)
It shows on received statsd message
DEBU[0021] Malformed o…
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to …
-
We use statsd to measure api time cost and count. I pass http uri as key to statsd, but it seems that influxdb receives data with key translated by statsd.
I comment out line 288 `.replace(/\//g, '-'…
-
DogStatsd instances cache the UDP sockets in the `self.socket` variable. This works when there is only 1 datadog-agent but when we run the datadog-agent as a Kubernetes DaemonSet then caching the sock…