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 4052eb0 commit 6c06ae9Copy full SHA for 6c06ae9
README.md
@@ -17,3 +17,12 @@ arangodb-exporter \
17
This results in an ArangoDB Exporter exposing all statistics of
18
the ArangoDB server (running at `http://<your-database-host>:8529`)
19
at `http://<your-host-ip>:9101/metrics`.
20
+
21
+## Building
22
23
+To build this project, you need Go 1.8 or higher installed.
24
+Then run:
25
26
+```bash
27
+DOCKERNAMESPACE=<your docker hub account name> make
28
+```
0 commit comments