Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.