Change alertmanager sd behavior #1685
Answered
by
simonpasquier
rodrigoscferraz
asked this question in
Q&A
-
Hello folks, alerting:
alert_relabel_configs:
- action: labeldrop
regex: prometheus_replica
alertmanagers:
- path_prefix: /
scheme: http
kubernetes_sd_configs:
- role: endpoints
namespaces:
names:
- monitoring There is a way to do this? Thx in advance |
Beta Was this translation helpful? Give feedback.
Answered by
simonpasquier
Mar 18, 2022
Replies: 2 comments 4 replies
-
why do you want to do this? |
Beta Was this translation helpful? Give feedback.
3 replies
-
you'll have to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rodrigoscferraz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you'll have to use
additionalAlertManagerConfigs
then.