Skip to content

Commit

Permalink
Tweak apollo_router_skipped_event_count description
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Nov 28, 2024
1 parent aca6024 commit cdb7940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/src/notification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ where
Poll::Ready(Some(Err(BroadcastStreamRecvError::Lagged(_)))) => {
u64_counter!(
"apollo_router_skipped_event_count",
"Amount of times the router missed subscription events",
"Amount of events dropped from the internal message queue",
1u64
);
self.poll_next(cx)
Expand Down

0 comments on commit cdb7940

Please sign in to comment.