mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 01:28:03 +01:00
Correct a counter name
This commit is contained in:
committed by
Jon Chambers
parent
206e97d374
commit
9128d4cc49
@@ -42,7 +42,7 @@ public class NotifyIdleDevicesWithoutMessagesCommand extends AbstractSinglePassC
|
||||
static final Duration MAX_IDLE_DURATION = Duration.ofDays(30);
|
||||
|
||||
private static final Counter DEVICE_INSPECTED_COUNTER =
|
||||
Metrics.counter(MetricsUtil.name(StartPushNotificationExperimentCommand.class, "deviceInspected"));
|
||||
Metrics.counter(MetricsUtil.name(NotifyIdleDevicesWithoutMessagesCommand.class, "deviceInspected"));
|
||||
|
||||
private static final String SCHEDULED_NOTIFICATION_COUNTER_NAME =
|
||||
MetricsUtil.name(NotifyIdleDevicesWithoutMessagesCommand.class, "scheduleNotification");
|
||||
|
||||
Reference in New Issue
Block a user