Prometheus Metrics
Gather and check Prometheus metrics.
Targets:
Prometheus instances
Prometheus Metrics
Gather and check Prometheus metrics.
Targets:
Prometheus instances
Prometheus detect unhealthy deployments
Verify that your Prometheus metrics are catching unready pods in a Kubernetes deployment.
Motivation
Whenever important deployments aren't available your Prometheus metric should catch this in order to alert properly.
Structure
By blocking the traffic to all containers of the deployment, we expected failing probes and eventually, Kubernetes detecting the pods as being down. After a short time frame, Prometheus should detect this as well in the specified Prometheus metric.
Deployment
Prometheus
Kubernetes