Skip to content

Commit 24e63d0

Browse files
authored
Merge pull request #140 from sethboyles/patch-3
Clarify that cc_requests_outstanding_total is not deprecated
2 parents 800515b + ec72454 commit 24e63d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

metrics/_cloud_controller.html.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ log\_count.info | NA
4141
log\_count.off | NA | Number of log messages of severity "off." The count resets when the Cloud Controller process is restarted. Emitted every 30 seconds per VM.
4242
log\_count.warn | NA | Number of log messages of severity "warn." Warn is also used for failures and during error handling, eg. diagnostics written to file, failed to capture diagnostics, app rollback failed, service broker already deleted, and UAA token problems. The count resets when the Cloud Controller process is restarted. Emitted every 30 seconds per VM.
4343
requests.completed | cc\_requests\_completed\_total | Number of requests that have been processed. Emitted for each Cloud Controller request.
44-
requests.outstanding | cc\_requests\_outstanding\_total | DEPRECATED in favor of requests.outstanding.gauge
45-
requests.outstanding.gauge | NA | Number of requests that are currently being processed. Emitted for each Cloud Controller request.
44+
requests.outstanding | NA | DEPRECATED in favor of requests.outstanding.gauge
45+
requests.outstanding.gauge | cc\_requests\_outstanding\_total | Number of requests that are currently being processed. Emitted for each Cloud Controller request.
4646
staging.requested | cc\_staging\_requests\_total | Cumulative number of requests to start a staging task handled by each Cloud Controller.
4747
staging.succeeded | NA | Cumulative number of successful staging tasks handled by each Cloud Controller. Emitted every time a staging task completes successfully.
4848
staging.succeeded_duration | NA | Time in milliseconds that the successful staging task took to run. Emitted each time a staging task completes successfully.

0 commit comments

Comments
 (0)