From 46b0641dfd9ff9b560853d57311186836adaf87e Mon Sep 17 00:00:00 2001 From: James Wilson Date: Fri, 13 Aug 2021 11:45:03 +0100 Subject: [PATCH] Clarify wording --- backend/telemetry_core/src/aggregator/inner_loop.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/telemetry_core/src/aggregator/inner_loop.rs b/backend/telemetry_core/src/aggregator/inner_loop.rs index ac6e144..357137d 100644 --- a/backend/telemetry_core/src/aggregator/inner_loop.rs +++ b/backend/telemetry_core/src/aggregator/inner_loop.rs @@ -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.