syslog receiver. The Collector then relays the logs to Mezmo’s OpenTelemetry Source with the otlphttp exporter.
Set Up the OpenTelemetry Collector
- Log in to the Mezmo Web App, create (or open) a Pipeline, and add an OpenTelemetry Source. Note the ingestion key — you’ll use it as
apikey. - Download the
otelcol-contribdistribution, which includes thesyslogreceiver, from the OpenTelemetry website. - Create a
config.yamland run the Collector somewhere reachable from Vercel’s infrastructure over the public internet:
- Start the Collector:
Configure the Vercel Integration
- In the Vercel dashboard, add the Mezmo integration as an Add-on.
- When prompted for a Syslog URL, enter the address and port where your OTel Collector’s
syslogreceiver is publicly reachable.

