We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718efa7 commit 4052eb0Copy full SHA for 4052eb0
README.md
@@ -8,9 +8,10 @@ in a format compatible with prometheus.
8
To use the ArangoDB Exporter, run the following:
9
10
```bash
11
-arangodb_exporter \
+arangodb-exporter \
12
--arangodb.endpoint=http://<your-database-host>:8529 \
13
- --arangodb.jwtsecret=<your-jwt-secret>
+ --arangodb.jwtsecret=<your-jwt-secret> \
14
+ --ssl.keyfile=<your-optional-ssl-keyfile>
15
```
16
17
This results in an ArangoDB Exporter exposing all statistics of
0 commit comments