diff --git a/autoendpoint/src/routers/webpush.rs b/autoendpoint/src/routers/webpush.rs index 737bca12c..cafd5475c 100644 --- a/autoendpoint/src/routers/webpush.rs +++ b/autoendpoint/src/routers/webpush.rs @@ -226,7 +226,7 @@ impl WebPushRouter { ) -> RouterResponse { self.metrics .count_with_tags( - "notification.message_data", + "notification.message_source", notification.data.as_ref().map(String::len).unwrap_or(0) as i64, ) .with_tag("destination", destination_tag)