diff --git a/pkg/metrics/types.go b/pkg/metrics/types.go index e1b3110a7..bdd1d5acc 100644 --- a/pkg/metrics/types.go +++ b/pkg/metrics/types.go @@ -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.