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: 20 days ago
JSON representation

FoundationDB Prometheus exporter (WIP)

Awesome Lists containing this project

README

        

# fdb_exporter
FoundationDB Prometheus exporter

Work 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.