Skip to content
share

Jenkins Monitoring Integration

Integration

Metrics

Metric Key (Type) (Unit) Description
jenkins.health.checks
(long counter)
The count of health checks associated with the HealthCheckRegistry defined within the Metrics Plugin
jenkins.health.checks.time
(long counter) (ms)
The duration of all health check runs
jenkins.health.check.score
(long gauge)
The ratio of health checks reporting success to the total number of health checks. Larger values indicate increasing health as measured by the health checks. (This is a value between 0 and 1 inclusive)
jenkins.http.requests.active
(long counter)
The count of currently active requests against the Jenkins master Web UI
jenkins.http.requests
(long counter)
The time Jenkins master spends to process Web UI requests and generating the corresponding responses
jenkins.http.requests.time
(long counter) (ms)
The count of Jenkins master Web UI requests
jenkins.http.response.code.bad_request
(long counter)
The count at which the Jenkins master Web UI is responding to requests with a HTTP/400 status code
jenkins.http.response.code.created
(long counter)
The count at which the Jenkins master Web UI is responding to requests with a HTTP/201 status code
jenkins.http.response.code.forbidden
(long counter)
The count at which the Jenkins master Web UI is responding to requests with a HTTP/403 status code
jenkins.http.response.code.no_content
(long counter)
The count at which the Jenkins master Web UI is responding to requests with a HTTP/204 status code
jenkins.http.response.code.not_found
(long counter)
The count at which the Jenkins master Web UI is responding to requests with a HTTP/404 status code
jenkins.http.response.code.not_modified
(long counter)
The count at which the Jenkins master Web UI is responding to requests with a HTTP/304 status code
jenkins.http.response.code.ok
(long counter)
The count at which the Jenkins master Web UI is responding to requests with a HTTP/200 status code
jenkins.http.response.code.server_error
(long counter)
The count at which the Jenkins master Web UI is responding to requests with a HTTP/500 status code
jenkins.http.response.code.server_unavailable
(long counter)
The count at which the Jenkins master Web UI is responding to requests with a HTTP/503 status code
jenkins.http.response.code.other
(long counter)
The count at which the Jenkins master Web UI is responding to requests with a non-informational status code that is not in the list - HTTP/200, HTTP/201, HTTP/204, HTTP/304, HTTP/400, HTTP/403, HTTP/404, HTTP/500, or HTTP/503
jenkins.nodes.builds
(long counter)
The count of build nodes available to Jenkins
jenkins.nodes.builds.time
(long counter) (ms)
The time nodes spend for building
jenkins.nodes.offline
(long gauge)
The count of build nodes available to Jenkins but currently off-line
jenkins.nodes.online
(long gauge)
The count of build nodes available to Jenkins and currently on-line
jenkins.queue.blocked
(long gauge)
The count of jobs that are in the Jenkins build queue and currently in the blocked state
jenkins.queue.buildable
(long gauge)
The count of jobs that are in the Jenkins build queue and currently in the buildable state
jenkins.queue.pending
(long gauge)
The count of jobs that are in the Jenkins build queue and currently in the pending state
jenkins.queue.size
(long gauge)
The count of jobs that are in the Jenkins build queue
jenkins.queue.stuck
(long gauge)
The count of jobs that are in the Jenkins build queue and currently in the stuck state
jenkins.plugins.active
(long gauge)
The count of plugins in the Jenkins instance that started successfully
jenkins.plugins.with_update
(long gauge)
The count of plugins in the Jenkins instance that have an newer version reported as available in the current Jenkins update center metadata held by Jenkins. This value is not indicative of an issue with Jenkins but high values can be used as a trigger to review the plugins with updates with a view to seeing whether those updates potentially contain fixes for issues that could be affecting your Jenkins instance
jenkins.plugins.inactive
(long gauge)
The count of plugins in the Jenkins instance that are not currently enabled
jenkins.plugins.failed
(long gauge)
The count of plugins in the Jenkins instance that failed to start. A value other than 0 is typically indicative of a potential issue within the Jenkins installation that will either be solved by explicitly disabling the plugin(s) or by resolving the plugin dependency issues
jenkins.executors.free
(long gauge)
The count of executors available to Jenkins that are not currently in use
jenkins.executors.in_use
(long gauge)
The count of executors available to Jenkins that are currently in use
jenkins.runs.success
(long counter)
The count of job runs which performed successfully
jenkins.runs.unstable
(long counter)
The count of job runs which were unstable
jenkins.runs.failure
(long counter)
The count of job runs which failed
jenkins.runs.not_built
(long counter)
The count of job runs that were not built
jenkins.runs.aborted
(long counter)
The count of aborted job runs
jenkins.jobs
(long counter)
The total count of jobs
jenkins.jobs.scheduled
(long counter)
The count at which jobs are scheduled. If a job is already in the queue and an identical request for scheduling the job is received then Jenkins will coalesce the two requests. This metric gives a reasonably pure measure of the load requirements of the Jenkins master as it is unaffected by the count of executors available to the system
jenkins.jobs.queuing
(long counter)
The count of queued jobs
jenkins.jobs.blocked
(long counter)
The count at which jobs in the build queue enter the blocked state
jenkins.jobs.buildable
(long counter)
The count at which jobs in the build queue enter the buildable state
jenkins.jobs.execution.time
(long counter) (ms)
The amount of time jobs spend in execution state
jenkins.jobs.queuing.time
(long counter) (ms)
The total time jobs spend in the build queue
jenkins.jobs.blocked.time
(long counter) (ms)
The amount of time jobs in the build queue spend in blocked state
jenkins.jobs.buildable.time
(long counter) (ms)
The amount of time jobs in the build queue spend in buildable state
jenkins.jobs.waiting.time
(long counter) (ms)
The total amount of time that jobs spend in their quiet period
jenkins.jobs.total.time
(long counter) (ms)
The time jobs spend from entering the build queue to completing build