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
{{ message }}
This repository has been archived by the owner on May 2, 2022. It is now read-only.
There is a Jenkins dashboard here: https://grafana.com/dashboards/306
However it does not seem to work with this plugin. Are there any docs as to what names / metrics are used and how to configure Grafana for this?
I can locally run curl 127.0.0.1:9118 and get a dump, but have no idea what / why the output is:
...
# HELP jenkins_job_last_unstable_build Jenkins build number for lastUnstableBuild
# TYPE jenkins_job_last_unstable_build gauge
# HELP jenkins_job_last_unsuccessful_build_fail_count Jenkins build fail counts for lastUnsuccessfulBuild
# TYPE jenkins_job_last_unsuccessful_build_fail_count gauge
# HELP jenkins_job_last_unsuccessful_build_total_count Jenkins build total counts for lastUnsuccessfulBuild
# TYPE jenkins_job_last_unsuccessful_build_total_count gauge
# HELP jenkins_job_last_unsuccessful_build_skip_count Jenkins build skip counts for lastUnsuccessfulBuild
# TYPE jenkins_job_last_unsuccessful_build_skip_count gauge
# HELP jenkins_job_last_unsuccessful_build_queuing_duration_seconds Jenkins build queuing duration in seconds for lastUnsuccessfulBuild
# TYPE jenkins_job_last_unsuccessful_build_queuing_duration_seconds gauge
# HELP jenkins_job_last_unsuccessful_build_duration_seconds Jenkins build duration in seconds for lastUnsuccessfulBuild
# TYPE jenkins_job_last_unsuccessful_build_duration_seconds gauge
...
The text was updated successfully, but these errors were encountered:
Its because, the dashboard is looking for some metrics which are not available in your datasource.
You have to insert these metrics (jenkins_job_building_duration_count, jenkins_job_queuing_duration, jenkins_job_queuing_duration_count,.......etc) to your grafana's datasource.
Or update the dashboard to using the similar metrics values like
There is a Jenkins dashboard here: https://grafana.com/dashboards/306
However it does not seem to work with this plugin. Are there any docs as to what names / metrics are used and how to configure Grafana for this?
I can locally run
curl 127.0.0.1:9118
and get a dump, but have no idea what / why the output is:The text was updated successfully, but these errors were encountered: