Merge pull request #3239 from madnight/master

Fix: prometheus monitor_status metric has 4 values
pull/3234/head
Louis Lam 11 months ago committed by GitHub
commit 2b46693995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ const monitorResponseTime = new PrometheusClient.Gauge({
const monitorStatus = new PrometheusClient.Gauge({
name: "monitor_status",
help: "Monitor Status (1 = UP, 0= DOWN)",
help: "Monitor Status (1 = UP, 0= DOWN, 2= PENDING, 3= MAINTENANCE)",
labelNames: commonLabels
});

Loading…
Cancel
Save