kube-vip / helm-charts

29 stars 25 forks source link

How do we enable metrics in kube-vip chart #27

Open ankitpanwar174 opened 9 months ago

ankitpanwar174 commented 9 months ago

Hi Team,

I am trying to enable metrics to observe the heath of Kube-Vip in Grafna.

guilhermevillote commented 2 weeks ago

append prometheus_server environment variable to "env" values to start exposing metrics:

env:
  (.....)
  prometheus_server: ":2112" # or another port

Furthermore, I created a PR #42 to enable PodMonitor in order to Promethus collect this metrics automatically.