Description
You can export your telemetry data directly to Mezmo with the OpenTelemetry Exporter. If you are already using OpenTelemetry Collector, you can start sending log data by adding the Mezmo Exporter to your existing Pipelines. If you are new to OTEL, you can use this quick start example to get you up and running.Example OpenTelemetry Exporter Setup
- Download the appropriate OTEL collector for your environment from the OpenTelemetry website.
- Create a new pipeline in Mezmo.
- Add an OpenTelemetry Source node.
- Create a configuration file
config.yamlwith these contents:
- Start the Collector with this command:
./otelcol-contrib --config /path/to/config.yaml - The Collector will start sending logs, metrics and traces to your Pipeline.
For complete information on setting up and configuring the OpenTelemetry Collector, visit https://opentelemetry.io/docs/collector/configuration
Installing the Collector via a Helm Chart
You can install the OpenTelemetry collector directly in a Kubernetes cluster using a Helm chart. If you don’t have the OpenTelemetry repo added to your Helm list, you must add it first.values.yaml file. This example file will give you an OTLP source within your cluster and export your telemetry to mezmo:

