Skip to content

Commit 3e26e68

Browse files
authored
partially fix table -- metric name is missing
1 parent ed157f1 commit 3e26e68

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

metrics/_cloud_controller.html.md.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ http\_status.1XX | NA
2727
http\_status.2XX | NA | Number of HTTP response status codes of type 2xx (success). This resets when the Cloud Controller process is restarted and is incremented at the end of each request cycle. Emitted for each Cloud Controller request.
2828
http\_status.3XX | NA | Number of HTTP response status codes of type 3xx (redirection). This resets when the Cloud Controller process is restarted and is incremented at the end of each request cycle. Emitted for each Cloud Controller request.
2929
http\_status.4XX | NA | Number of HTTP response status codes of type 4xx (client error). This resets when the Cloud Controller process is restarted and is incremented at the end of each request cycle. Emitted for each Cloud Controller request.
30-
http\_status.5XX | NA | Number of HTTP response status codes of type 5xx (server error). This resets when the Cloud Controller process is restarted and is incremented at the end of each request cycle. | NA | Number of background jobs in the cc-generic queue that have yet to run for the first time. Emitted every 30 seconds per VM.
30+
http\_status.5XX | NA | Number of HTTP response status codes of type 5xx (server error). This resets when the Cloud Controller process is restarted and is incremented at the end of each request cycle.
31+
| | NA | Number of background jobs in the cc-generic queue that have yet to run for the first time. Emitted every 30 seconds per VM.
3132
job\_queue\_length.total | cc\_job\_queues\_length\_total | Total number of background jobs in the queues that have yet to run for the first time. Emitted every 30 seconds per VM.
3233
job\_queue\_load.total | cc\_job\_queues\_load\_total | Total number of background jobs in the queues that are ready to run now. Emitted every 30 seconds per VM.
3334
log\_count.all | NA | Total number of log messages, sum of messages of all severity levels. The count resets when the Cloud Controller process is restarted. Emitted every 30 seconds per VM.

0 commit comments

Comments
 (0)