Skip to content
Extraits de code Groupes Projets
Valider f233fc80 rédigé par Tadeusz Sośnierz's avatar Tadeusz Sośnierz
Parcourir les fichiers

Prefix RMAU and blocking-related metrics with bridge_

parent d91dc925
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -140,12 +140,12 @@ export class PrometheusBridgeMetrics implements IBridgeMetrics { ...@@ -140,12 +140,12 @@ export class PrometheusBridgeMetrics implements IBridgeMetrics {
this.remoteMonthlyActiveUsers = new Gauge({ this.remoteMonthlyActiveUsers = new Gauge({
help: "Current count of remote users active this month", help: "Current count of remote users active this month",
name: "remote_monthly_active_users", name: "bridge_remote_monthly_active_users",
}); });
register.registerMetric(this.remoteMonthlyActiveUsers); register.registerMetric(this.remoteMonthlyActiveUsers);
this.bridgeBlocked = new Gauge({ this.bridgeBlocked = new Gauge({
name: "blocked", name: "bridge_blocked",
help: "Is the bridge currently blocking messages", help: "Is the bridge currently blocking messages",
}); });
register.registerMetric(this.bridgeBlocked); register.registerMetric(this.bridgeBlocked);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter