From fc0bc8f5b6b5da5ad50f54b5796d1181686b3c69 Mon Sep 17 00:00:00 2001 From: Benoit Petit Date: Mon, 29 Apr 2024 17:12:31 +0200 Subject: [PATCH] docs: fixing dead links --- docs_src/references/exporter-prometheus.md | 2 +- docs_src/references/exporter-riemann.md | 2 +- docs_src/references/exporter-warp10.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs_src/references/exporter-prometheus.md b/docs_src/references/exporter-prometheus.md index ee3cd158..ee3d285c 100644 --- a/docs_src/references/exporter-prometheus.md +++ b/docs_src/references/exporter-prometheus.md @@ -34,4 +34,4 @@ With default options values, the metrics are exposed on http://localhost:8080/me Use -q or --qemu option if you are running scaphandre on a hypervisor. In that case a label with the vm name will be added to all `qemu-system*` processes. This will allow to easily create charts consumption for each vm and defined which one is the top contributor. -Metrics provided Scaphandre are documented [here](references/metrics.md). \ No newline at end of file +Metrics provided Scaphandre are documented [here](metrics.md). diff --git a/docs_src/references/exporter-riemann.md b/docs_src/references/exporter-riemann.md index 255089d1..c7c523b8 100644 --- a/docs_src/references/exporter-riemann.md +++ b/docs_src/references/exporter-riemann.md @@ -87,7 +87,7 @@ As a reference here is a Riemann configuration: ## Metrics exposed -Metrics provided Scaphandre are documented [here](references/metrics.md). +Metrics provided Scaphandre are documented [here](metrics.md). There is only one exception about `process_power_consumption_microwatts` each process has a service name `process_power_consumption_microwatts_pid_exe`. diff --git a/docs_src/references/exporter-warp10.md b/docs_src/references/exporter-warp10.md index 92a8be1f..887cfd4b 100644 --- a/docs_src/references/exporter-warp10.md +++ b/docs_src/references/exporter-warp10.md @@ -34,4 +34,4 @@ With default options values, the metrics are sent to http://localhost:8080 every Use -q or --qemu option if you are running scaphandre on a hypervisor. In that case a label with the vm name will be added to all `qemu-system*` processes. This will allow to easily create charts consumption for each vm and defined which one is the top contributor. -Metrics provided Scaphandre are documented [here](references/metrics.md). \ No newline at end of file +Metrics provided Scaphandre are documented [here](metrics.md).