FIX: if a conversion group move to another user, this user will be added to the group
This commit is contained in:
parent
900c53f499
commit
5255847452
5 changed files with 117 additions and 25 deletions
|
@ -52,15 +52,6 @@ class GaugeManager {
|
|||
this.nbClientsGauge.dec();
|
||||
this.nbClientsPerRoomGauge.dec({ room: roomId });
|
||||
}
|
||||
|
||||
incNbGroupsPerRoomGauge(roomId: string): void {
|
||||
this.nbGroupsPerRoomCounter.inc({ room: roomId });
|
||||
this.nbGroupsPerRoomGauge.inc({ room: roomId });
|
||||
}
|
||||
|
||||
decNbGroupsPerRoomGauge(roomId: string): void {
|
||||
this.nbGroupsPerRoomGauge.dec({ room: roomId });
|
||||
}
|
||||
}
|
||||
|
||||
export const gaugeManager = new GaugeManager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue