Skip to content

Commit

Permalink
Merge pull request #18486 from newrelic/jack-berg-patch-1
Browse files Browse the repository at this point in the history
Fix OTLP endpoint in micrometer-metrics-registry.mdx
  • Loading branch information
rhetoric101 authored Aug 26, 2024
2 parents ba46eb2 + e226227 commit 1795291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ These are generalized steps to set up Micrometer metrics forwarding. You may wan
.registerMetricReader(
PeriodicMetricReader.builder(
OtlpHttpMetricExporter.builder()
.setEndpoint("https://otlp.nr-data.net")
.setEndpoint("https://otlp.nr-data.net/v1/metrics")
.addHeader("api-key",
Optional
.ofNullable(System.getenv("NEW_RELIC_LICENSE_KEY"))
Expand Down

0 comments on commit 1795291

Please sign in to comment.