Re: Introducing nim-metrics - a client library supporting Prometheus, StatsD and Carbon

2019-10-03 Thread zulu
Wonderful!! ill check it out when i have more time

Re: Introducing nim-metrics - a client library supporting Prometheus, StatsD and Carbon

2019-10-03 Thread stefantalpalaru
> non-blocking The StatsD protocol is also used over TCP, not just UDP: [https://github.com/statsd/statsd#statsd](https://github.com/statsd/statsd#statsd)\--

Re: Introducing nim-metrics - a client library supporting Prometheus, StatsD and Carbon

2019-10-03 Thread federico3
There's also a lightweight StatsD-only library: statsd_client [https://github.com/FedericoCeratto/nim-statsd-client](https://github.com/FedericoCeratto/nim-statsd-client)

Re: Introducing nim-metrics - a client library supporting Prometheus, StatsD and Carbon

2019-10-02 Thread stefantalpalaru
Thanks for the idea, @juancarlospaco. Screenshot added here: [https://github.com/status-im/nim-metrics#prometheus-endpoint](https://github.com/status-im/nim-metrics#prometheus-endpoint)

Re: Introducing nim-metrics - a client library supporting Prometheus, StatsD and Carbon

2019-10-02 Thread dom96
I wrote a prometheus library too: [https://github.com/dom96/prometheus](https://github.com/dom96/prometheus). It features: * Counters, Gauges and Histogram support * Comes standard with a couple of useful collectors for tracking precisely where memory is being used in your program or which

Re: Introducing nim-metrics - a client library supporting Prometheus, StatsD and Carbon

2019-10-02 Thread juancarlospaco
Put that screenshot on Readme IMHO.

Introducing nim-metrics - a client library supporting Prometheus, StatsD and Carbon

2019-10-02 Thread stefantalpalaru
"these features should be enough for everyone" edition - [https://github.com/status-im/nim-metrics](https://github.com/status-im/nim-metrics) Documentation highlights: * Designed to be thread-safe and efficient, it's disabled by default so libraries can use it without any overhead for those