Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions metrics/_cloud_controller.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ log\_count.info | NA
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.
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.
requests.completed | cc\_requests\_completed\_total | Number of requests that have been processed. Emitted for each Cloud Controller request.
requests.outstanding | cc\_requests\_outstanding\_total | DEPRECATED in favor of requests.outstanding.gauge
requests.outstanding.gauge | NA | Number of requests that are currently being processed. Emitted for each Cloud Controller request.
requests.outstanding | NA | DEPRECATED in favor of requests.outstanding.gauge
requests.outstanding.gauge | cc\_requests\_outstanding\_total | Number of requests that are currently being processed. Emitted for each Cloud Controller request.
staging.requested | cc\_staging\_requests\_total | Cumulative number of requests to start a staging task handled by each Cloud Controller.
staging.succeeded | NA | Cumulative number of successful staging tasks handled by each Cloud Controller. Emitted every time a staging task completes successfully.
staging.succeeded_duration | NA | Time in milliseconds that the successful staging task took to run. Emitted each time a staging task completes successfully.
Expand Down