Skip to content

Commit

Permalink
fix(networks): added OTLP SME edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmfred committed Sep 24, 2021
1 parent 62add63 commit 423a736
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -461,14 +461,14 @@ The Pixie integration requires outbound network access to the following:

* work.withpixie.ai:443
* otlp.nr-data.net:4317 (US region accounts)
* eu.otlp.nr-data.net:4317 (EU region accounts)
* otlp.eu01.nr-data.net:4317 (EU region accounts)

## OpenTelemetry

New Relic supports the native OpenTelemetry Protocol (OTLP) for exporting telemetry data. This allows you to use the vendor neutral components developed by the OpenTelemetry community to export your data to New Relic. See our [OpenTelemetry docs](/docs/integrations/open-source-telemetry-integrations/opentelemetry/introduction-opentelemetry-new-relic/#how-it-works) for more information.
New Relic supports the native OpenTelemetry Protocol (OTLP) for exporting telemetry data. This allows you to use the vendor neutral components developed by the OpenTelemetry community to export your data to New Relic.

To export OTLP data to New Relic, configure the OTLP exporter to add a header ( api-key ) whose value is your account license key.
And, based on your region, configure the endpoint where the exporter sends data to New Relic.
And, based on your region, configure the endpoint where the exporter sends data to New Relic. See the [OpenTelemetry quick start](/docs/integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-quick-start/) for more information.

* otlp.nr-data.net:4317 (US region accounts)
* eu.otlp.nr-data.net:4317 (EU region accounts)
* otlp.eu01.nr-data.net:4317 (EU region accounts)

0 comments on commit 423a736

Please sign in to comment.