OpenTelemetry Source

AI Tools

Description

You can send your logs, metrics and 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

There is no specific configuration values needed when adding this source to your pipeline. The OpenTelemetry source uses a shared endpoint to ingest data. It will route data to your pipeline based on your Ingestion key (apikey).

You can obtain this key under Setting | API Keys In App.

What you will need when configuring your OTEL collector

OptionDescription
url / endpointhttps://logs.mezmo.com/otel
apiKeyaka: Ingestion Key. 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:

YAML
Copy

The endpoint in the exporters configuration must exactly match the URL above. You don't need to specify the /v1/[type] path, this is done automatically by the collector

VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
  Last updated