aboutsummaryrefslogtreecommitdiff
path: root/metric.go
Commit message (Collapse)AuthorAgeFilesLines
* major refactor based on README.md and TODOsRasmus Dahlberg2021-02-251-2/+0
| | | | | | Updated types, improved units tests, isolated most test data to have it in one place, renamed and created new files to improve readability, and fixed a bunch of minor TODOs.
* replaced sync.Once with init()Rasmus Dahlberg2020-11-101-4/+1
|
* added prometheus metricsRasmus Dahlberg2020-11-041-0/+28