You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Hi!
I'm currently working on putting the monitoring stack (kube-prometheus) into an Istio-mesh. Later the goal would have been to enforce mTLS between all components.
Has anyone had any luck w.r.t. establishing mTLS between Prometehus and Alertmanager?
Julien Pivotto
unread,
Sep 1, 2021, 7:10:40 AM9/1/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tamas Neumer, Prometheus Users
Hello,
It seems that istio might only support HTTP/2, which has been disabled
in Prometheus because of several issues in the golang HTTP/2 stack.
We are willing to re-introduce this in the future for all users, and
have introduce a hidden environment variable to re-enable. This is a
temporary solution, that will be hopefully removed in the future:
If you set the env variable PROMETHEUS_COMMON_ENABLE_HTTP2 (to any value)
you can see if that fixes your issue.
>
> In this case I saw the following logs:
>
> level=error ts=2021-09-01T10:22:51.633Z caller=notifier.go:527
> component=notifier alertmanager=https://172.17.0.11:9093/api/v2/alerts > count=3 msg="Error sending alert" err="Post
> \"https://172.17.0.11:9093/api/v2/alerts\": EOF"
>
> Has anyone had any luck w.r.t. establishing mTLS between Prometehus and
> Alertmanager?
>