Skip to content

Commit

Permalink
fix(otel collector): Add link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhetoric101 committed Mar 28, 2022
1 parent 286cb64 commit 4e68e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ service:
exporters: [otlp]
```
2. Run the OpenTelemetry collector after you make the following changes:
* Replace <var>OTLP_ENDPOINT_HERE</var> with the appropriate [endpoint](#review-settings.
* Replace <var>OTLP_ENDPOINT_HERE</var> with the appropriate [endpoint](/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/opentelemetry-collector-basic#review-settings).
* Replace <var>YOUR_KEY_HERE</var> with your account's [license key](https://one.newrelic.com/launcher/api-keys-ui.launcher).

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ When using the host receiver as part of the collector configuration, New Relic a
* `host.id` attribute is present in host metrics.
* `service.name` and `container.id` attributes are not present in host metrics.

Learn more about available metrics and advanced configurations from the [OpenTelemetry documentation](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/hostmetricsreceiver).
Learn more about available metrics and advanced configurations from the [OpenTelemetry documentation in GitHub](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/hostmetricsreceiver).

Adapt the `config.yaml` with these recommended parameters:

Expand Down

0 comments on commit 4e68e9a

Please sign in to comment.