This project contains examples illustrating usage of OpenTelemetry with New Relic.
- Clone this repo.
- Follow the directions in the README of the example that you are interested in.
- Collector
- OpenTelemetry Collector with New Relic Exporter: Run the OpenTelemetry Collector with the New Relic exporter.
- Kubernetes Collector Tail Based Sampling: Configure a Kubernetes environment to do tail based sampling with the Collector before exporting to New Relic.
- Go
- Sending metrics with the OpenTelemetry Go SDK: Demonstrates how to configure the Go metrics SDK to send metrics to New Relic.
- Java
- OpenTelemetry Agent New Relic Config: A Java application with the OpenTelemetry Agent configured for New Relic.
- Logs In Context With Log4j2: A Java application configured to include OpenTelemetry trace context on Log4j2 structured logs.
- OpenTelemetry with New Relic Distributed Tracing: Demonstrate distributed tracing for applications instrumented with OpenTelemetry and the New Relic java agent.
- OpenTelemetry SDK New Relic Config: A Java application with custom OpenTelemetry instrument configured for New Relic via the SDK.
- OTLP Load Generator: A Java application that generates OTLP span and metric data.
We encourage your contributions to improve newrelic-opentelemetry-examples
! Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project.
If you have any questions, or to execute our corporate CLA (which is required if your contribution is on behalf of a company), drop us an email at [email protected].
A note about vulnerabilities
As noted in our security policy, New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.
If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through HackerOne.
If you would like to contribute to this project, review these guidelines.
To all contributors, we thank you! Without your contribution, this project would not be what it is today.
newrelic-opentelemetry-examples
is licensed under the Apache 2.0 License.
newrelic-opentelemetry-examples
also uses source code from third-party libraries. You can find full details on which libraries are used and the terms under which they are licensed in the third-party notices document.