Skip to main content

OTLP Ingestion Endpoint

Tracetest Agent receives trace data on port 4317 and 4318. The OTLP endpoint might look like:

http://tracetest-agent:4317
tip

Examples of configuring Tracetest can be found in the examples folder of the Tracetest GitHub repo.

Connect Tracetest to Ingest OpenTelemetry Traces with the Web UI​

In the Web UI, (1) open Settings, and, on the (2) Trace Ingestion tab, select (3) OpenTelemetry.

Trace Ingestion Settings

Connect Tracetest to OpenTelemetry Collector with the CLI​

Or, if you prefer using the CLI, you can use this file config.

type: DataStore
spec:
name: Opentelemetry Collector pipeline
type: otlp
default: true

Proceed to run this command in the terminal, and specify the file above.

tracetest apply datastore -f my/data-store/file/location.yaml