You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: metrics/_cloud_controller.html.md.erb
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@ http\_status.1XX | NA
27
27
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.
28
28
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.
29
29
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.
31
32
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.
32
33
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.
33
34
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