Skip to content

Commit f18cb14

Browse files
committed
Clarify text for subscription execution time metric
1 parent 9cf4564 commit f18cb14

File tree

1 file changed

+1
-1
lines changed
  • crates/core/src/worker_metrics

1 file changed

+1
-1
lines changed

crates/core/src/worker_metrics/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ metrics_group!(
395395
pub subscription_rows_examined: HistogramVec,
396396

397397
#[name = spacetime_subscription_query_execution_time_micros]
398-
#[help = "Time taken to execute subscription queries (in microseconds)"]
398+
#[help = "Time taken to execute and fetch records for an initial subscription query (in microseconds)"]
399399
#[labels(db: Identity, scan_type: str, table: str, unindexed_columns: str)]
400400
#[buckets(100, 500, 1000, 5000, 10000, 50000, 100000, 500000, 1000000, 5000000, 10000000)]
401401
pub subscription_query_execution_time_micros: HistogramVec,

0 commit comments

Comments
 (0)