metrics icon indicating copy to clipboard operation
metrics copied to clipboard

Integrate library into statsd_exporter like service

Open raags opened this issue 4 years ago • 1 comments

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 not easy to add this feature there, as its coupled tightly with the Prometheus Go client library.

In addition, my future plan is to move to Statsd to VM push-based pipeline; however, this means no Histogram support (except for gostatsd by Atlassian that has experimental support for Prometheus style Histograms). It would be great if VM type histograms are added there, or other notable statsd servers.

raags avatar Mar 18 '21 14:03 raags

There are plans to add statsd-like service into vmagent - see https://github.com/VictoriaMetrics/VictoriaMetrics/issues/206 .

valyala avatar Mar 18 '21 14:03 valyala