Skip to content

Commit

Permalink
Clarify wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Aug 13, 2021
1 parent 77460ff commit 46b0641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/telemetry_core/src/aggregator/inner_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ pub struct Metrics {
pub timestamp_unix_ms: u64,
/// How many chains are feeds currently subscribed to.
pub chains_subscribed_to: usize,
/// How many feeds are currently subscribed to something.
/// Number of subscribed feeds.
pub subscribed_feeds: usize,
/// How many feeds have asked for finality information, too.
/// Number of subscribed feeds that also asked for finality information.
pub subscribed_finality_feeds: usize,
/// How many messages are currently queued up in internal channels
/// waiting to be sent out to feeds.
Expand Down

0 comments on commit 46b0641

Please sign in to comment.