Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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.