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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: