aboutsummaryrefslogtreecommitdiff
path: root/content/en/docs/Tools/metrics.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/en/docs/Tools/metrics.md')
-rw-r--r--content/en/docs/Tools/metrics.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/content/en/docs/Tools/metrics.md b/content/en/docs/Tools/metrics.md
index b808d68..4c36533 100644
--- a/content/en/docs/Tools/metrics.md
+++ b/content/en/docs/Tools/metrics.md
@@ -63,15 +63,20 @@ textbox and click "Load".
### Run the exporter:
-Clone this repository and go to the pyExporter directory.
+Clone the repository:
+
+```
+git clone https://ouroboros.rocks/git/ouroboros-metrics
+cd ouroboros-metrics
+cd exporters-influxdb/pyExporter/
+```
Edit the config.ini.example file and fill out the InfluxDB
information (token, org). Save it as config.ini.
-and run oexport.py
+then run oexport.py
```
-cd exporters-influxdb/pyExporter/
python oexport.py
```