canonical / alertmanager-k8s-operator

This charmed operator automates operation procedures of Alertmanager, the alerting component of Prometheus and Loki, among others.
https://charmhub.io/alertmanager-k8s
Apache License 2.0
4 stars 16 forks source link

Treat ellipsis correctly #265

Closed sed-i closed 1 month ago

sed-i commented 1 month ago

Issue

Config file is built disregarding the special meaning of the ellipsis in group_by. Ref.

Solution

Do not add topology into group_by if the user provided config has an ellipsis.

Fixes #205.