diff --git a/internal/worker/notifications.go b/internal/worker/notifications.go index 204bace..8665c29 100644 --- a/internal/worker/notifications.go +++ b/internal/worker/notifications.go @@ -307,7 +307,7 @@ func (nc *notificationsConsumer) Consume(delivery rmq.Delivery) { // Latency is the time difference between the appearence of the new message and the // time we notified at. latency := now.Sub(msg.CreatedAt) - _ = nc.statsd.Histogram("apollo.queue.delay", float64(latency.Milliseconds()), []string{}, rate) + _ = nc.statsd.Histogram("apollo.queue.delay", float64(latency.Milliseconds()), []string{}, 1.0) notification := &apns2.Notification{} notification.Topic = "com.christianselig.Apollo"