Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leoluk/fdb_exporter
FoundationDB Prometheus exporter (WIP)
https://github.com/leoluk/fdb_exporter
foundationdb prometheus-exporter
Last synced: 2 months ago
JSON representation
FoundationDB Prometheus exporter (WIP)
- Host: GitHub
- URL: https://github.com/leoluk/fdb_exporter
- Owner: leoluk
- License: apache-2.0
- Created: 2018-05-16T19:32:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T09:30:01.000Z (over 3 years ago)
- Last Synced: 2024-07-31T20:36:38.363Z (5 months ago)
- Topics: foundationdb, prometheus-exporter
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-foundationdb - Prometheus exporter
README
# fdb_exporter
FoundationDB Prometheus exporterWork in progress. Basic metrics implemented (read/write operations, transaction metrics).
Everything else is missing.
Dependencies:
pip install prometheus_client foundationdb
Refer to [this document](https://github.com/apple/foundationdb/blob/master/documentation/sphinx/source/mr-status.rst) for details on FoundationDB's metrics and how to access them.