• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D28-Dec-2018192

LICENSEH A D28-Dec-20181 KiB

README.mdH A D28-Dec-2018401

eagle.goH A D28-Dec-20188.7 KiB

eagle_test.goH A D28-Dec-2018257

go.modH A D28-Dec-2018293

go.sumH A D28-Dec-20182.2 KiB

README.md

1# eagle
2
3Package eagle provides a functionality to export Prometheus metrics aggregated over configured time interval. This can be useful when you want to use Prometheus library to instrument your code but still want to periodically export metrics to non Prometheus monitoring systems.
4
5At moment only Counters, Gauges and Summaries are supported.
6
7[Godoc](https://godoc.org/github.com/FZambia/eagle)
8