From 8e90b72ccfa6cdcb215731c074abf0dbea7414c3 Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 20 Jun 2022 20:05:40 +0300 Subject: [PATCH] fix dead links (#11151) fix #10981 --- exporter/signalfxexporter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exporter/signalfxexporter/README.md b/exporter/signalfxexporter/README.md index 0353edc03b01..3e7f0b2ffdf3 100644 --- a/exporter/signalfxexporter/README.md +++ b/exporter/signalfxexporter/README.md @@ -52,7 +52,7 @@ The following configuration options can also be configured: excludes. - `include_metrics`: List of filters to override exclusion of any metrics. This option can be used to included metrics that are otherwise dropped by - default. See [here](./translation/default_metrics.go) for a list of metrics + default. See [here](./internal/translation/default_metrics.go) for a list of metrics that are dropped by default. For example, the following configuration can be used to send through some of that are dropped by default. ```yaml @@ -166,7 +166,7 @@ The rule language is expressed in yaml mappings and is [documented here](./inter * `rename_metrics` - Replaces a given metric name with specified one * `split_metric` - Splits a given metric into multiple new ones for a specified dimension -The translation rules defined in [`translation/constants.go`](./internal/translation/constants.go) are used by default for this value. The default rules will create the following aggregated metrics from the [`hostmetrics` receiver](https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/hostmetricsreceiver/README.md): +The translation rules defined in [`translation/constants.go`](./internal/translation/constants.go) are used by default for this value. The default rules will create the following aggregated metrics from the [`hostmetrics` receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/hostmetricsreceiver/README.md): * cpu.idle * cpu.interrupt