Skip to content

Commit b3e01ca

Browse files
committed
Add docs for new cloud controller job metrics.
Related to cloudfoundry/cloud_controller_ng#4312
1 parent 46e90b0 commit b3e01ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

metrics/_cloud_controller.html.md.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,7 @@ cc\_open\_db\_connections\_total | Number of open DB connect
7979
cc\_db\_connection\_hold\_duration\_seconds | Durations of connections held by threads.
8080
cc\_db\_connection\_wait\_duration\_seconds | Durations of threads which waited for an available DB connection.
8181
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.
8284

8385
[Top](#top)

0 commit comments

Comments
 (0)