Skip to content

Commit

Permalink
fix dead links (#11151)
Browse files Browse the repository at this point in the history
fix #10981
  • Loading branch information
SergeyParamoshkin authored Jun 20, 2022
1 parent c1eae50 commit 8e90b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporter/signalfxexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8e90b72

Please sign in to comment.