0

I am trying to set up some alerts in Prometheus. I am able to create the alerts for nodes for the following category (network utilization, CPU usage, memory usage). I am stuck with the pods.

Which metrics should I use for PODs/Containers/clusters alert rule?

halfer
  • 19,824
  • 17
  • 99
  • 186
gamechanger17
  • 4,025
  • 6
  • 22
  • 38

1 Answers1

0

Prometheus kubernetes metrics all begins with kube_[SOMETHING], if you have datas exported to prometheus connect go to the prometheus interface and try typing kube in it, it will propose you autocmopletion with available metrics.

night-gold
  • 2,202
  • 2
  • 20
  • 31