mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 15:18:01 +01:00
fix accidental reversal of metrics
This commit is contained in:
committed by
GitHub
parent
267aafe861
commit
ccf8840fa3
@@ -30,7 +30,7 @@ public class OpenWebSocketCounter {
|
||||
final String newConnectionCounterName,
|
||||
final String durationTimerName) {
|
||||
|
||||
this(openWebSocketGaugeName, durationTimerName, newConnectionCounterName, Tags.empty());
|
||||
this(openWebSocketGaugeName, newConnectionCounterName, durationTimerName, Tags.empty());
|
||||
}
|
||||
|
||||
public OpenWebSocketCounter(final String openWebSocketGaugeName,
|
||||
|
||||
Reference in New Issue
Block a user