• EnglishEspañol日本語한국어Português
  • Log inStart now

Introduction to the OpenTelemetry Collector with New Relic

The OpenTelemetry Collector is a component you can implement to receive and process your telemetry data before exporting it to New Relic or another observability backend. Instead of sending data from your apps directly to New Relic, you can first route it to a central collector. This shifts the overhead of managing telemetry away from your apps and moves it into a single component.

Here's an example of the collector as a gateway, but you can also set up the collector as an agent that runs with your application or runs on the same host.

When to use a collector?

In many cases, the collector is an optional component, but you may need it for a variety of reasons:

  • Gather metrics about your infrastructure, for example, capturing CPU usage on the servers hosting your apps.
  • Ingest signals in a variety of formats (Jaeger, Prometheus, Fluent Bit, etc.).
  • Send data to multiple observability backends.
  • Transform metrics or change the names of spans before exporting them to an observability backend.
  • Offload the work of sending data over the network when you're running resource-intensive services.
  • Enrich telemetry (metrics, traces and logs) with additional metadata.
  • Link your OpenTelemetry-instrumented apps to Kubernetes metadata.

Learn about how the collector works

To get an overview of the processes inside the collector, as well as deployment options, see the following OpenTelemetry docs:

How to set up the collector

See these topics for help with different options:

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.