https://github.com/aikoven/foundationdb-exporter
Prometheus exporter for FoundationDB
https://github.com/aikoven/foundationdb-exporter
Last synced: about 2 months ago
JSON representation
Prometheus exporter for FoundationDB
- Host: GitHub
- URL: https://github.com/aikoven/foundationdb-exporter
- Owner: aikoven
- Created: 2019-11-01T11:06:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T19:25:48.000Z (4 months ago)
- Last Synced: 2025-03-28T19:38:57.635Z (2 months ago)
- Language: TypeScript
- Size: 1.07 MB
- Stars: 22
- Watchers: 2
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FoundationDB Exporter
Prometheus exporter for FoundationDB. Exports values from FoundationDB
[Machine-Readable Status](https://apple.github.io/foundationdb/mr-status.html).## Usage
Run Docker container from image
[`aikoven/foundationdb-exporter`](https://hub.docker.com/r/aikoven/foundationdb-exporter).See [`docker-compose.yml`](/docker-compose.yml) on how to mount and configure Cluster File.
Metrics are exposed on `:9444/metrics` endpoint.
## Supported Metrics
See the [source code](/exporter/src/metrics.ts).
## Grafana Dashboard
This repository includes [Grafana dashboard](/grafana/foundationdb.json).
