From 264180adb57a15cff01f8572cf9df629de1cfa16 Mon Sep 17 00:00:00 2001 From: Jonathan P Moraes Date: Thu, 27 Feb 2025 16:32:13 -0300 Subject: [PATCH] Changing name of metric --- web/services/appMetrics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/services/appMetrics.js b/web/services/appMetrics.js index 48c210c319..64bd6ea9db 100644 --- a/web/services/appMetrics.js +++ b/web/services/appMetrics.js @@ -51,7 +51,7 @@ class AppMetrics { // Define Prometheus Gauge for user activity in the last 72 hours this.userActivityGauge = new client.Gauge({ - name: 'user_activity_last_72_hours', + name: 'user_access_activity_gauge', help: 'Indicates whether there have been users in the last 72 hours (1) or not (0)', });