Skip to content

Commit

Permalink
Merge pull request #4041 from newrelic/Add-otlp-to-networks
Browse files Browse the repository at this point in the history
fix(Networks): added OTLP per issue 4038
  • Loading branch information
mmfred committed Sep 24, 2021
2 parents 26dc5e0 + 423a736 commit a60ca57
Showing 1 changed file with 20 additions and 1 deletion.
Expand Up @@ -152,6 +152,15 @@ If your organization uses a firewall that restricts outbound traffic, ensure tha
Support for reCAPTCHA
</td>
</tr>

<tr>
<td>
*.nr-data.net
</td>
<td>
OpenTelemetry and Pixie
</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -452,4 +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.

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. 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)
* otlp.eu01.nr-data.net:4317 (EU region accounts)

0 comments on commit a60ca57

Please sign in to comment.