Hi

We have some jobs on a shared jenkins (operated by other team).

We use https://github.com/jenkinsci/prometheus-plugin. There is sadly no docs.

I checked the metrics by greping for our jobname, but don't know what they mean

curl -s -u $user:$pw https://jenkins.example.com/prometheus -L | grep 'our-jobname' | awk -F"{" '{ print $1 }' | sort -n | uniq

default_jenkins_builds_duration_milliseconds_summary_count
default_jenkins_builds_duration_milliseconds_summary_sum
default_jenkins_builds_failed_build_count
default_jenkins_builds_health_score
default_jenkins_builds_last_build_duration_milliseconds
default_jenkins_builds_last_build_result
default_jenkins_builds_last_build_result_ordinal
default_jenkins_builds_last_build_start_time_milliseconds
default_jenkins_builds_last_stage_duration_milliseconds_summary_count
default_jenkins_builds_last_stage_duration_milliseconds_summary_sum
default_jenkins_builds_success_build_count
default_jenkins_job_usage_bytes

Does anybody uses this prometheus-plugin and can give me a few examples howto monitor individual jobs and Jenkins slaves?

kind regards
Evelyn

--
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/99c16c6b-baa0-edd4-20d5-1e708d6e8f6e%40disroot.org.

Attachment: OpenPGP_0x61776FA8E38403FB.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to