From 2c13cecf133dc1f9c962cd9a24f25551d724584c Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Wed, 2 Feb 2022 14:52:19 +0100 Subject: [PATCH] Fix link in MetricRouter README --- internal/metricRouter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/metricRouter/README.md b/internal/metricRouter/README.md index 17f336c..d239c64 100644 --- a/internal/metricRouter/README.md +++ b/internal/metricRouter/README.md @@ -190,7 +190,7 @@ The above configuration, collects all metric values for metrics evaluating `if` If you are not interested in the input metrics `sub_metric_%d+` at all, you can add the same condition used here to the `drop_metrics_if` section to drop them. Use cases for `interval_aggregates`: -- Combine multiple metrics of the a collector to a new one like the [MemstatCollector](../../collectors/memstatMetric.go) does it for `mem_used`)): +- Combine multiple metrics of the a collector to a new one like the [MemstatCollector](../../collectors/memstatMetric.md) does it for `mem_used`)): ```json { "name" : "mem_used",