Skip to content

Update Thanos Ruler Alertmanager endpoints

Alin H requested to merge update_thanos_ruler_alertmanager_endpoints into main

Thanos ruler was configured to send alerts to the Alertmanager kubernetes service which sent the alerts to a different endpoint each time.

The proper way to send alerts is to specify all Alertmanager endpoints as targets and let the Alertmanager clustering logic handle deduplication

Merge request reports