-
## Description
The current implementation of the `LineToEvents` method in `pkg/line/line.go` returns multiple events, which results in a lot of allocations in the statsd-exporter. We propose changing…
-
Following up with the corollary to https://github.com/influxdb/telegraf/issues/39, a StatsD output could be useful for sending metrics produced by Telegraf to a StatsD consumer.
-
## Description
The current `Parser` implementation in `pkg/line/line.go` handles multiple types of syntax (DogStatsD, InfluxDB, Librato, SignalFX) within a single parser. This makes the code complex …
-
Hi,
We have developed Statsd implementation of MetricReporter to track our schema registry metrics. Is it worth to include to common-metrics project ?? If it is, I can create a Pull Requests...
…
-
Is it possible if Statsd sort events can be piped to Cito engine?I see a possibility but not sure how this can be integrated internally with the Cito Engine.
But a statsd feature integration will be …
-
it would be a cheap way to get at the data
-
Something in the way that we emit metrics is inefficient and fishy. I suspect we don't aggregate any metrics in-process, and as a result spend way too much CPU on emitting metrics.
`Anton Ovchinniko…
-
From: https://github.com/hashicorp/vault/issues/1932
It appears that go-metrics doesn't handle a disconnect of the statsd server, particularly if the address changes.
We are running a telegraf agent…
-
https://github.com/statsd/statsd/blob/master/docs/metric_types.md
-
Testing on Linux, I can see we get logs like the following with #2611 (and therefore epoll enabled) when the statsd daemon isn't running:
```
2021-05-28 03:11:45.544 WARN 6373 --- [ udp-epoll-1]…