Skip to content

Commit

Permalink
Changing name of metric
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpmoraes committed Feb 27, 2025
1 parent 08e6cd2 commit 264180a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/services/appMetrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
});

Expand Down

0 comments on commit 264180a

Please sign in to comment.