mirror of
https://github.com/portainer/portainer.git
synced 2026-06-23 07:20:13 +00:00
feat(alerting): add kube-scheduler and kube-controller-manager health alerts [R8S-992] (#2671)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user