Mezmo Exporter
contrib
Maintainers: @dashpole, @billmeyer, @gjanco
Source: opentelemetry-collector-contrib
Supported Telemetry
Overview
Deprecated
This exporter is deprecated and will be removed in a future release. Mezmo now supports ingesting OpenTelemetry data directly via OTLP, so a Mezmo-specific exporter is no longer necessary. To migrate, use the OTLP/HTTP exporter to send logs directly to Mezmo. See the following for migration guidance:- https://docs.mezmo.com/telemetry-pipelines/otel-collector
- https://docs.mezmo.com/telemetry-pipelines/open-telemetry-source
hostname
field to be present. When logs are sent via this exporter, and hostname
metadata is not added, the Mezmo ingestion API will set hostname=otel. To
provide the hostname information, we recommend adding a
Resource Detection Processor
to the collector configuration. Doing so will cause this exporter to
automatically add the hostname metadata to the outgoing log data whenever
it is available. See the below example configuration for a basic configuration
that adds hostname detection support.
ingest_url(optional): Specifies the URL to send ingested logs to. If not specified, will default tohttps://logs.mezmo.com/otel/ingest/rest.ingest_key(required): Ingestion key used to send log data to Mezmo. See Ingestion Keys for more details.
Example:
Simple Log Data
Configuration
Example Configuration
Last generated: 2026-08-24