diff --git a/ingester/src/stream_handler/handler.rs b/ingester/src/stream_handler/handler.rs index 3f32b20bcd..3933acfd6a 100644 --- a/ingester/src/stream_handler/handler.rs +++ b/ingester/src/stream_handler/handler.rs @@ -101,8 +101,9 @@ impl SequencedStreamHandler { let time_to_be_readable = metrics .register_metric::( "ingester_ttbr", - "distribution of duration between producer writing \ - to consumer putting into queryable cache", + "distribution of duration of Time To Become Readable (TTBR), the \ + time between write to a router and becoming readable \ + for query in the ingester", ) .recorder(metric_attrs(shard_index, &topic_name, None, false));