https://github.com/leoluk/fdb_exporter
FoundationDB Prometheus exporter (WIP)
https://github.com/leoluk/fdb_exporter
foundationdb prometheus-exporter
Last synced: 20 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T09:30:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T01:18:16.305Z (22 days ago)
- Topics: foundationdb, prometheus-exporter
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 6
- Watchers: 3
- 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.