Title
Create new category
Edit page index title
Edit category
Edit link
OpenTelemetry Traces
This source will be deprecated. Please use OpenTelemetry Source going forward.
Description
You can send your traces to a Mezmo Pipeline via any OTLP compliant sender.
Mezmo currently requires that you use the HTTP transport for your payload, not the standard gRPC transport mechanism, to send in data via OTLP.
Configuration
The OTLP Traces source provides a unique endpoint URL that uses Bearer Token authentication. You can obtain the unique endpoint and Bearer Token from the Mezmo pipeline app when you create a new OTLP Traces source.
Configuration Options
Option | Description | |
|---|---|---|
| unique URL for your OTLP source | |
| token used for authorization for your OTLP source |
OpenTelemetry Collector Configuration
To configure an OTel collector to export to Mezmo, you can add the following to your exporters section of your OTel Collector config file:
The endpoint in the exporters configuration must exactly match the URL provided by the OpenTelemetry Traces. You don't need to specify the /v1/traces path, which will otherwise by ignored by the Source.
Data Structure
Once trace data ingested into a Mezmo pipeline each span will be converted into a Mezmo event and the data structure will differ from the Otel structure. Look at the example below to know what to expect and how to navigate your data.
In order to send Otel traces data into the Otel Destination the structure must remain unchanged, otherwise the Otel Destination will either not recognize the event as a trace or failed to handle an event.
Arbitrary fields are allowed.