Alertmanager Exporter
Supported Telemetry
Overview
Exports OTEL Events (SpanEvent in Tracing added by AddEvent API and Log Records) as Alerts to Alertmanager back-end to notify Errors or Change events. Supported pipeline types: traces, logsGetting Started
The following settings are required:endpoint: Alertmanager endpoint to send eventsseverity: Default severity for Alerts
timeoutsending_queueandretry_on_failuresettings as provided by Exporter Helper.- HTTP settings
- TLS and mTLS settings
generator_urlis the source of the alerts to be used in Alertmanager’s payload. The default value is “opentelemetry-collector”, and can be set to the URL of the opentelemetry collector.severity_attributeis the SpanEvent or LogRecord Attribute name which can be used instead of default severity string in Alert payload. e.g.: Ifseverity_attributeis set to “foo” and the SpanEvent or LogRecord has an attribute called foo, foo’s attribute value will be used as the severity value for that particular Alert generated from the SpanEvent or LogRecord.api_versionis the API version of Alertmanager. By default the value is set to “v2” and can be overridden to “v1” if using an older version of Alertmanager.event_labelsis the list of Event or LogRecord Attributes that will be captured as Labels in the Alert payload if value exists.
Configuration
Example Configuration
Last generated: 2026-06-01