Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T11:15:33.000Z (2 months ago)
- Last Synced: 2024-10-31T11:27:25.353Z (2 months ago)
- Language: TypeScript
- Size: 1.06 MB
- Stars: 22
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
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).
![Grafana Dashboard](/docs/grafana.png)