fix accidental reversal of metrics

This commit is contained in:
Jonathan Klabunde Tomer
2025-07-24 07:32:34 -07:00
committed by GitHub
parent 267aafe861
commit ccf8840fa3

View File

@@ -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,