From 0b67894f27a9971633a1486ca000c884c2809473 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 25 Jul 2021 12:58:44 +0200 Subject: docs: Add repository url to metrics page --- content/en/docs/Tools/metrics.md | 11 ++++++++--- 1 file 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 ``` -- cgit v1.2.3