Skip to content

Commit

Permalink
docs: fix new relic configuration example (#5965)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Rosenberger <[email protected]>
  • Loading branch information
fedirz and abernix authored Nov 26, 2024
1 parent 6566ef4 commit 3370bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ telemetry:
endpoint: https://otlp.nr-data.net:4317/v1/metrics
grpc:
metadata:
api-key:
- "<new-relic-api-key>"
api-key: "<new-relic-api-key>"
```
For more details about New Relic configuration, see [New Relic's docs on OpenTelemetry configuration](https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/get-started/opentelemetry-set-up-your-app/#review-settings).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ telemetry:
protocol: grpc
grpc:
metadata:
"api-key":
- <new-relic-api-key>
api-key: <new-relic-api-key>

```

Expand Down

0 comments on commit 3370bee

Please sign in to comment.