OpenTelemetry Logs

Description

You can send your logs 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 Logs 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 Logs source.

Configuration Options

OptionDescription
url / endpointunique URL for your OTLP source
tokentoken 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:

YAML
Copy

The endpoint in the exporters configuration must exactly match the URL provided by the OpenTelemetry Logs. You don't need to specify the /v1/logs path, which will otherwise by ignored by the Source.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated