We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e90b0 commit b3e01caCopy full SHA for b3e01ca
1 file changed
metrics/_cloud_controller.html.md.erb
@@ -79,5 +79,7 @@ cc\_open\_db\_connections\_total | Number of open DB connect
79
cc\_db\_connection\_hold\_duration\_seconds | Durations of connections held by threads.
80
cc\_db\_connection\_wait\_duration\_seconds | Durations of threads which waited for an available DB connection.
81
cc\_db\_connection\_pool\_timeouts\_total | Number of threads which failed to acquire a free DB connection from the pool within the timeout.
82
+cc\_job\_pickup\_delay\_seconds | Time between scheduled run time (`run_at`) and actual start (`locked_at`). Labeled by queue and worker.
83
+cc\_job\_duration\_seconds | Time between actual start (`locked_at`) and end of execution. Labeled by queue and worker.
84
85
[Top](#top)
0 commit comments