-
Hi , I am trying to implement federated Prometheus ,but have some issues discovering the target prometheus server. On the networking side, i did some peering (yes its in the cloud) and the connectivity is working fine. I am using the official kube-prometheus helm charts, and here are the snippets for the values.yaml that being applied when i run helm install. I am exposing the target server with a internal load-balancer with port 80.
Going into the prometheus pods, i realised the additional scrap config is not being applied.
Any tips on debugging is welcomed :) Robin |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I managed to solve it, seems like the private networking for the cloud provider is wonky at that time :(, all good now. Robin |
Beta Was this translation helpful? Give feedback.
Hi,
I managed to solve it, seems like the private networking for the cloud provider is wonky at that time :(, all good now.
Robin