File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
33A tool which will poll status of your FoundationDB cluster and expose human-readable
44metrics for Prometheus. When it is useful, metrics are tagged with appropriate data
5- to be easily retriveable.
5+ to be easily retriveable. This software is used in production at
6+ [ Clever Cloud] ( https://clever.cloud ) .
67
78Metrics this exporter exposes are available in ** [ METRICS.md] ( ./METRICS.md ) ** .
89
@@ -23,8 +24,8 @@ the container. You can start with [a sample cluster](#running-with-a-sample-foun
2324to try the exporter.*
2425
2526```
26- # Pull exporter version 2.1.0 for FoundtionDB version 7.3.63
27- docker pull clevercloud/fdbexporter:2.1.0 -7.3.63
27+ # Pull exporter version 2.1.1 for FoundtionDB version 7.3.69
28+ docker pull clevercloud/fdbexporter:2.1.1 -7.3.69
2829# Environment variables:
2930# FDB_COORDINATOR: DNS name of the coordinator node
3031# FDB_COORDINATOR_PORT: Port of the coordinator node process
@@ -33,7 +34,7 @@ docker run \
3334 -e FDB_NETWORKING_MODE=container \
3435 -e FDB_COORDINATOR=coordinator \
3536 -e FDB_COORDINATOR_PORT=4500 \
36- clevercloud/fdbexporter:latest-7.3.63
37+ clevercloud/fdbexporter:latest-7.3.69
3738```
3839
3940The exporter images are tagged based on both the exporter version and on
You can’t perform that action at this time.
0 commit comments