You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.CreateGauge("docker_container_running_state","Whether the container is running (1), restarting (0.5) or stopped (0).",ConfigureGauge());
38
42
43
+
privatestaticreadonlyGaugeBaseHealthState=Metrics
44
+
.CreateGauge("docker_container_health_state","Whether the container is healthy (1), starting (0.5) or unhealthy (0).",ConfigureGauge());
45
+
39
46
privatestaticreadonlyGaugeBaseStartTime=Metrics
40
47
.CreateGauge("docker_container_start_time_seconds","Timestamp indicating when the container was started. Does not get reset by automatic restarts.",ConfigureGauge());
0 commit comments