---
id: traces
title: HTTP Traces Source
description: An HTTP Traces Source is an endpoint for receiving traces.
slug: /help/docs/send-data/hosted-collectors/http-source/traces/
canonical: https://www.sumologic.com/help/docs/send-data/hosted-collectors/http-source/traces/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
An HTTP Traces Source is an endpoint for receiving trace data. The URL securely encodes the Collector and Source information. You can add as many HTTP Traces Sources as you'd like to a single Hosted Collector.
When you set up an HTTP Traces Source, a unique URL is assigned to that Source. The generated URL is a long string of letters and numbers. You can generate a new URL at any time.
:::info
See also: [RUM Traces Source](/docs/apm/real-user-monitoring/configure-data-collection).
:::
## Limitations
* [Zipkin JSON v2](https://zipkin.io/zipkin-api/) and [OTLP/HTTP](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/protocol/otlp.md#otlphttp) are the only supported formats.
* Traces up to 1,000 spans are supported, this includes metadata. Traces above 1,000 spans per trace may be throttled and/or the critical path by service may be inaccurate.
## Create an HTTP Traces Source
To configure an HTTP Traces Source:
1. [**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic main menu select **Data Management**, and then under **Data Collection** select **Collection**. You can also click the **Go To...** menu at the top of the screen and select **Collection**.
[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > Collection**.
1. On the Collection page, click **Add Source** next to a Hosted Collector.
1. Select **HTTP Traces**.
1. Enter a Name for the Source. A description is optional.
1. (Optional) For **Source Host** and **Source Category**, enter any string to tag the output collected from the source. These are [built-in metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) fields that allow you to organize your data.
1. When you are finished configuring the Source, click **Save**.
## View the endpoint URL
If you need to access the Source's URL again, click **Show URL**.