Fix a typo in a metric name

This commit is contained in:
Jon Chambers
2023-02-14 11:15:56 -05:00
committed by Jon Chambers
parent 24ac48b3b1
commit 5c432d094f

View File

@@ -31,7 +31,7 @@ public class ReportMessageManager {
private final List<ReportedMessageListener> reportedMessageListeners = new ArrayList<>();
private static final String REPORT_MESSAGE_COUNTER_NAME = MetricsUtil.name(ReportMessageManager.class);
private static final String REPORT_MESSAGE_COUNTER_NAME = MetricsUtil.name(ReportMessageManager.class, "reportMessage");
private static final String FOUND_MESSAGE_TAG = "foundMessage";
private static final String TOKEN_PRESENT_TAG = "hasReportSpamToken";