Hi all,

I'm glad to announce a lightweight package for exposing application metrics 
in Prometheus format - https://github.com/VictoriaMetrics/metrics .

The package provides the following most frequently used metric types:
- Counter
- Gauge
- Summary

The metrics package has the following features:
- it provides clear API 
<http://godoc.org/github.com/VictoriaMetrics/metrics>, which is much easier 
to use comparing to the official Prometheus package for exporting 
application metrics - github.com/prometheus/client_golang 
<https://godoc.org/github.com/prometheus/client_golang> .
- it has much smaller dependencies comparing to 
github.com/prometheus/client_golang 
<https://godoc.org/github.com/prometheus/client_golang> , so it compiles 
quicker to a smaller binary code.
- it is optimized for speed.

The github.com/VictoriaMetrics/metrics has been extracted from 
VictoriaMetrics 
<https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/Single-server-VictoriaMetrics>
.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to