diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/workers/NotifyIdleDevicesWithoutMessagesCommand.java b/service/src/main/java/org/whispersystems/textsecuregcm/workers/NotifyIdleDevicesWithoutMessagesCommand.java index f079c8aae..7e9aa17f8 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/workers/NotifyIdleDevicesWithoutMessagesCommand.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/workers/NotifyIdleDevicesWithoutMessagesCommand.java @@ -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");