feat(alerting): add kube-scheduler and kube-controller-manager health alerts [R8S-992] (#2671)

This commit is contained in:
RHCowan
2026-05-19 09:53:20 +12:00
committed by GitHub
parent e4e8cf4942
commit df48afff17
+3
View File
@@ -20,6 +20,9 @@ const (
ClusterEtcdHealthyMetric = "portainer_edge_agent_etcd_healthy"
ClusterEtcdHealthValidMetric = "portainer_edge_agent_etcd_health_valid"
ClusterAPIServerTLSCertExpirySecondsMetric = "portainer_edge_agent_apiserver_tls_cert_expiry_seconds"
ClusterControlPlaneHealthyMetric = "portainer_edge_agent_control_plane_healthy"
ClusterControlPlaneHealthValidMetric = "portainer_edge_agent_control_plane_health_valid"
ClusterAPIServerHealthyMetric = "portainer_edge_agent_apiserver_healthy"
)
// EdgeAlertBatch is the generic envelope pushed by edge agents.