From f83080eb8d8cba6b38e4a14a13f6123aa72452b3 Mon Sep 17 00:00:00 2001 From: Chris Eager Date: Thu, 3 Nov 2022 14:50:20 -0500 Subject: [PATCH] Update metric name --- .../textsecuregcm/websocket/WebSocketConnection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/websocket/WebSocketConnection.java b/service/src/main/java/org/whispersystems/textsecuregcm/websocket/WebSocketConnection.java index 43d1535a..2b6333c3 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/websocket/WebSocketConnection.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/websocket/WebSocketConnection.java @@ -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";