You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/metrics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,6 @@ This document explains each metric collected by Speedshop::Cloudwatch, how it's
132
132
133
133
### QueueLatency
134
134
-**Unit:** Seconds
135
-
-**Dimensions:**JobClass, QueueName
135
+
-**Dimensions:** QueueName
136
136
-**Source:**`Time.now.to_f - job.enqueued_at`
137
-
-**Description:** Time a job spent waiting in the queue before execution started. Measured when the job begins executing. High latency indicates jobs are backing up for this job class and queue combination.
137
+
-**Description:** Time a job spent waiting in the queue before execution started. Measured when the job begins executing. Values are aggregated per queue into CloudWatch StatisticSets for each reporting interval.
0 commit comments