Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riking/go-prometheus-topk
A Prometheus metric using the algorithm from dgryski/go-topk
https://github.com/riking/go-prometheus-topk
Last synced: about 1 month ago
JSON representation
A Prometheus metric using the algorithm from dgryski/go-topk
- Host: GitHub
- URL: https://github.com/riking/go-prometheus-topk
- Owner: riking
- License: apache-2.0
- Created: 2019-11-10T19:29:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T02:27:10.000Z (about 5 years ago)
- Last Synced: 2024-06-20T02:11:13.051Z (6 months ago)
- Language: Go
- Size: 278 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# go-prometheus-topk
A custom Prometheus metric exporter wrapping the github.com/dgryski/go-topk library.
By using top-K metric collection, you can estimate the outliers of
high-cardinality data without storing the entire dataset. (If you need
something more precise than "estimates", then structured log processing is the
way to go.)## Status
This is not an officially supported Google product.