Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ndx-technologies/redis-prometheus-exporter-info
- Owner: ndx-technologies
- License: mit
- Created: 2024-11-06T16:06:31.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-17T12:58:58.000Z (24 days ago)
- Last Synced: 2024-12-17T13:37:48.368Z (24 days ago)
- Topics: exporter, grafana, metrics, prometheus, redis
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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][^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/