How to check a specific kubernetes pod is up or not in Grafana metrics -


i creating grafana dashboard show metrices. there keyword can use in query check service running or not. using prometheus retrive data api metrics creation.

you can create query

count_scalar(container_last_seen{name=<container_name>}) 

that give count of how many containers running name


Comments

Popular posts from this blog

php - Displaying JSON data posts for blog using just the post id -

docusignapi - Documents restrictions within a package -

javascript - angular.forEach loop with $http.get -