• /
  • Log in
  • Free account

Language agents and distributed tracing

New Relic has APM language agents for C, Go, Java, Node.js, .NET, PHP, Python, and Ruby. Each of these offers several ways to leverage the power of distributed tracing:

Tip

If you want to get more background before getting started, check out these topics:

Quick start for standard distributed tracing (recommended):

This is the best approach to set up standard distributed tracing if you haven't installed any APM agents for your services yet, or if you want to instrument additional services.

Tip

You'll need a New Relic account to set up distributed tracing. If you don't already have one, you can quickly
create a free account.

Step 1. Identify services

Figure out which services you want to instrument so they each send trace data to New Relic.

Step 2. Instrument each service with an APM agent

We have installation assistants for a variety of languages to help you instrument each service.

You should run the installation assistant for each service you want to instrument to ensure that each installation has a unique application name.

To start the assistant, click the link for your language:

C
APM: C
Golang
APM: Golang
Java
APM: Java
.NET
APM: .NET
Node.js
APM: Node.js
PHP
APM: PHP
Python
APM: Python
Ruby
APM: Ruby

Tip

This quick-start approach with the installation assistant automatically enables distributed tracing for each service you run it on, but if you already have a APM agent that you want to participate in distributed tracing, you'll need to manually enable distributed tracing. See Options for older APM agents.

Step 3. View traces

After you instrument each of your services with APM agents, generate some traffic in your application so we can capture some traces. Here are two ways to view your traces in the UI:

For more help finding your traces in the UI:

Set up Infinite Tracing (advanced option)

Standard distributed tracing for APM agents (above) use adaptive sampling to capture up to 10 traces per minute, but if you want us to analyze all your data and find the most relevant traces, you can set up Infinite Tracing. This alternative to standard distributed tracing is available for all APM language agents except C SDK.

Tip

To learn more about this feature, see Infinite Tracing.

Before beginning, first ensure you meet the requirements.

Step 1. Complete the instrumentation for standard distributed tracing in the quick start above

The Infinite Tracing setup builds on the instrumentation step from the Quick start for standard distributed tracing.

Step 2. Set up the trace observer

The trace observer is a New Relic AWS-based service that collects and analyzes all your traces. Follow the instructions in Set up trace observer. When you're done, return here with your trace observer information and continue with the next step to configure the agent.

Step 3: Configure the agent for Infinite Tracing

Infinite Tracing configuration settings include the standard distributed tracing plus information about the trace observer. Find the settings for your language agent below:

Step 4. (Optional) Customize Infinite Tracing

After you add the agent configuration settings, you should start seeing data in the New Relic UI. After you spend some time analyzing your data, you may want to adjust some of the features of Infinite Tracing:

Options for older APM agents

If you have older APM agents, use this section to figure out if the distributed tracing features you want are supported.

Following the compatibility information is a section showing the basic configuration settings to turn on standard distributed tracing. If your older agent supports Infinite Tracing and you want to set it up, see the steps above.

Compatibility guide

Find your language agents below to confirm if you can use your existing agents with distributed tracing:

Configure standard distributed tracing for your older agents

Distributed tracing is enabled through configuration settings. Review the following agent-specific sections. For general help with agent configurations, see Configure the agent.

Important

Server-side configuration is not available for Infinite Tracing.

Tip

If you need help with proxy configuration, see Proxy support.

Manual instrumentation (If automatic instrumentation doesn't work)

Recommendation: Before performing any custom instrumentation, read:

If a service is not passing the trace header to other services, you can use the distributed tracing payload APIs to instrument the calling service and the called service. The calling service uses an API call to generate a payload, which is accepted by the called service.

Create issueEdit page
Copyright © 2022 New Relic Inc.