minimal icon indicating copy to clipboard operation
minimal copied to clipboard

Replace metrics library

Open ferranbt opened this issue 6 years ago • 0 comments

Replace go-metrics with metrics.

Go-metrics has a generic interface to dispatch metrics to different sinks (Prometheus, Datadog...), though we only use the prometheus sink.

On the other side, metrics only supports Prometheus, but the library is much lighter and there seem to be already some agents to move metrics from Prometheus to other sinks like Datadog or InfluxDB. Besides, go-metrics does not support WASM compilation.

ferranbt avatar Aug 13 '19 19:08 ferranbt