Skip to content

Commit d29ab44

Browse files
committed
docs(README): fix docker pull version
Signed-off-by: Alexandre Burgoni <alexandre.burgoni@clever.cloud>
1 parent 74279f1 commit d29ab44

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
A tool which will poll status of your FoundationDB cluster and expose human-readable
44
metrics 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

78
Metrics 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
2324
to 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

3940
The exporter images are tagged based on both the exporter version and on

0 commit comments

Comments
 (0)