0
0
mirror of https://github.com/signalapp/Signal-Server.git synced 2024-09-20 12:02:18 +02:00

Update metric name

This commit is contained in:
Chris Eager 2022-11-03 14:50:20 -05:00
parent e0178fa0ea
commit f83080eb8d

View File

@ -85,7 +85,7 @@ public class WebSocketConnection implements MessageAvailabilityListener, Displac
private static final String CLIENT_CLOSED_MESSAGE_AVAILABLE_COUNTER_NAME = name(WebSocketConnection.class,
"messageAvailableAfterClientClosed");
private static final String SEND_MESSAGES_FLUX_NAME = MetricsUtil.name(WebSocketConnection.class,
"websocketConnection");
"sendMessages");
private static final String STATUS_CODE_TAG = "status";
private static final String STATUS_MESSAGE_TAG = "message";
private static final String REACTIVE_TAG = "reactive";