---
title: Distributed tracing setup options
source: https://docs.newrelic.com/docs/distributed-tracing/concepts/quick-start
---

We recommend you review [our docs on sampling types](https://docs.newrelic.com/docs/distributed-tracing/concepts/how-new-relic-distributed-tracing-works) before you get started to determine if you'd like to use standard distributed tracing or [Infinite Tracing](https://docs.newrelic.com/docs/distributed-tracing/infinite-tracing/introduction-infinite-tracing). Also, if you are currently using New Relic APM agents and would like to enable distributed tracing, see our [planning guide](https://docs.newrelic.com/docs/distributed-tracing/concepts/distributed-tracing-planning-guide).

To set up distributed tracing, you'll complete three general steps:

![Diagram showing the three steps to set up distributed tracing](https://docs.newrelic.com/images/distributed-tracing_diagram_high-level-dist-tr.webp "Diagram showing the three steps to set up distributed tracing.")

1.  **Identify services:** Identify and write down the endpoints, services, languages, and systems that are used to complete this request (you'll need this information in the next step). If you have an environment diagram like the following, you could use it to create a list of services handling requests:

    ![A sample environment diagram showing how you might identify services.](https://docs.newrelic.com/images/distributed-tracing_screenshot-full_distributed-tracing-map.webp "A sample environment diagram showing how you might identify services.")

2.  **Instrument services:** Instrument each service you identify so it can send your trace data. Some tools, such as APM agents, instrument services automatically, while other tools require you to insert some code in the services. Click the icon below for instrumentation steps:

    -   [Android mobile monitoring](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-android/get-started/new-relic-mobile-and-dt)

    -   [APM: C](https://docs.newrelic.com/docs/apm/agents/c-sdk/instrumentation/distributed-tracing-c-sdk)

    -   [APM: Golang](https://docs.newrelic.com/docs/apm/agents/go-agent/configuration/distributed-tracing-go-agent)

    -   [APM: Java](https://docs.newrelic.com/docs/apm/agents/java-agent/configuration/distributed-tracing-java-agent)

    -   [APM: .NET](https://docs.newrelic.com/docs/apm/agents/net-agent/configuration/distributed-tracing-net-agent)

    -   [APM: Node.js](https://docs.newrelic.com/docs/apm/agents/nodejs-agent/installation-configuration/distributed-tracing-nodejs-agent)

    -   [APM: PHP](https://docs.newrelic.com/docs/apm/agents/php-agent/configuration/distributed-tracing-php-agent)

    -   [APM: Python](https://docs.newrelic.com/docs/apm/agents/python-agent/configuration/distributed-tracing-python-agent)

    -   [APM: Ruby](https://docs.newrelic.com/docs/apm/agents/ruby-agent/configuration/distributed-tracing-ruby-agent)

    -   [AWS Lambda Functions](https://docs.newrelic.com/docs/serverless-function-monitoring/aws-lambda-monitoring/enable-lambda-monitoring/configure-serverless-monitoring-aws-lambda)

    -   [AWS X-Ray](https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-x-ray-monitoring-integration)

    -   [Browser monitoring](https://docs.newrelic.com/docs/browser/new-relic-browser/browser-pro-features/browser-data-distributed-tracing)

    -   [iOS mobile monitoring](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-ios/get-started/new-relic-ios-and-dt)

    -   [Kamon](https://docs.newrelic.com/docs/integrations/open-source-telemetry-integrations/kamon/kamon-reporter)

    -   [OpenTelemetry](https://docs.newrelic.com/docs/integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-quick-start)

    -   [Trace API: generic format](https://docs.newrelic.com/docs/understand-dependencies/distributed-tracing/trace-api/report-new-relic-format-traces-trace-api)

    -   [Trace API: Zipkin format](https://docs.newrelic.com/docs/understand-dependencies/distributed-tracing/trace-api/report-zipkin-format-traces-trace-api)

3.  **View traces:** After you instrument the services, generate some traffic in your application, and then go to the [New Relic UI](https://one.newrelic.com/launcher/distributed-tracing.launcher) to see your trace data.
