When using a proxy configuration for an alertmanager, history workers won't use the proxy but try to access the alertmanager directly. This is somewhat similar to #3707
Example configuration:
alertmanager:
interval: 60s
servers:
- name: dev-cbk
uri: https://prometheus-alertmanager.example.oirg/
proxy: true
proxy_url: socks5://service-account-token.interal.svc:80
tls:
insecureSkipVerify: true
history:
enabled: true
timeout: 5s
workers: 3
@prymitive - thanks for the clarification, but how would I pass that traffic through a proxy then? The history rewrite configuration also lacks a proxy_urI option.
Would you be open to a PR which adds the "proxy_urI" to the history rewrite rules?
Owner Name | prymitive |
Repo Name | karma |
Full Name | prymitive/karma |
Language | TypeScript |
Created Date | 2018-09-09 |
Updated Date | 2023-03-17 |
Star Count | 1921 |
Watcher Count | 33 |
Fork Count | 166 |
Issue Count | 2 |
Issue Title | Created Date | Updated Date |
---|