maksim-paskal / aks-node-termination-handler

Gracefully handle Azure Virtual Machines shutdown within Kubernetes
Apache License 2.0
34 stars 6 forks source link

add metrics #47

Closed maksim-paskal closed 1 year ago

maksim-paskal commented 1 year ago

Expose application metrics. Add annotations to new pods.

annotations:
  prometheus.io/port: "17923"
  prometheus.io/scrape: "true"