Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ndx-technologies/redis-prometheus-exporter-info

Redis Prometheus Exporter (INFO)
https://github.com/ndx-technologies/redis-prometheus-exporter-info

exporter grafana metrics prometheus redis

Last synced: 4 days ago
JSON representation

Redis Prometheus Exporter (INFO)

Awesome Lists containing this project

README

        

Redis Prometheus Exporter[^1]

- [x] 100 LOC
- [x] no dependencies (except `redis/v9` and `gopkg.in/yaml.v3`)
- [x] `INFO`[^2]
- [x] `FT.INFO`[^3]

Screenshot 2024-12-17 at 20 56 57

[^1]: https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md
[^2]: https://redis.io/docs/latest/commands/info/
[^3]: https://redis.io/docs/latest/commands/ft.info/