You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanos Rule is currently missing this feature, so a migration from Prometheus is not possible without loosing functionality.
The idea to have alert relabelling was proposed some time ago with #660.
Describe the solution you'd like
Thanos Rule could implement the same functionality as Prometheus and supply a command line flag to provide the YAML configuration. As far as I see it, most of the source code is reusable with https://github.com/prometheus/prometheus/tree/main/pkg/relabel.
Describe alternatives you've considered
none
Additional context
I could provide a PR which would implement the feature.
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
Prometheus has a powerful alert relabelling feature to dynamically rewrite the label set of an alert before sending it to an Alertmanager. See
Thanos Rule is currently missing this feature, so a migration from Prometheus is not possible without loosing functionality.
The idea to have alert relabelling was proposed some time ago with #660.
Describe the solution you'd like
Thanos Rule could implement the same functionality as Prometheus and supply a command line flag to provide the YAML configuration. As far as I see it, most of the source code is reusable with https://github.com/prometheus/prometheus/tree/main/pkg/relabel.
Describe alternatives you've considered
none
Additional context
I could provide a PR which would implement the feature.
The text was updated successfully, but these errors were encountered: