Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix dead links #11151

Merged
merged 1 commit into from
Jun 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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