Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/prometheus-plugin
  Commit: f161880dd622bae52a465826bf09e7fd1baebd62
      
https://github.com/jenkinsci/prometheus-plugin/commit/f161880dd622bae52a465826bf09e7fd1baebd62
  Author: Mike Svendsen <msven....@gmail.com>
  Date:   2021-03-14 (Sun, 14 Mar 2021)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update jenkins version per build error messages


  Commit: c21513ae46379681fa5f318e8dd21b46862c442c
      
https://github.com/jenkinsci/prometheus-plugin/commit/c21513ae46379681fa5f318e8dd21b46862c442c
  Author: Mike Svendsen <msven....@gmail.com>
  Date:   2021-03-14 (Sun, 14 Mar 2021)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/prometheus/JobCollector.java

  Log Message:
  -----------
  Remove per build metrics

Also
Fix Issue #200 - Set last build result to -1 if build is running
Fix Issue #206 - Catch Exceptions when processing each job


  Commit: a96d2bbcfe5292b9580cf09a61a37ff777be23bf
      
https://github.com/jenkinsci/prometheus-plugin/commit/a96d2bbcfe5292b9580cf09a61a37ff777be23bf
  Author: Mike Svendsen <msven....@gmail.com>
  Date:   2021-03-14 (Sun, 14 Mar 2021)

  Changed paths:
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-collectingMetricsPeriodInSeconds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-countAbortedBuilds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-countFailedBuilds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-countNotBuiltBuilds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-countSuccessfulBuilds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-countUnstableBuilds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-defaultNamespace.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-fetchTestResults.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-jobAttributeName.jelly
    M 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-path.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-processingDisabledBuilds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-useAuthenticatedEndpoint.jelly

  Log Message:
  -----------
  Fix help text

Split help text into multiple files tied to each variable.

Previously, all help text was tied to the "path" variable.


  Commit: 036ce68727263cb484c347f45b1992d0e83d2135
      
https://github.com/jenkinsci/prometheus-plugin/commit/036ce68727263cb484c347f45b1992d0e83d2135
  Author: Mike Svendsen <msven....@gmail.com>
  Date:   2021-03-14 (Sun, 14 Mar 2021)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/prometheus/JobCollector.java
    M 
src/main/java/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration.java
    M 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-appendParamLabel.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-appendStatusLabel.jelly
    M 
src/test/java/org/jenkinsci/plugins/prometheus/config/PrometheusConfigurationTest.java

  Log Message:
  -----------
  Add support for optional labels

Can enable "parameters" and "status" label via configuration
options.


  Commit: 77715d90592cafe0b0ce8279c0b0016bc076d67c
      
https://github.com/jenkinsci/prometheus-plugin/commit/77715d90592cafe0b0ce8279c0b0016bc076d67c
  Author: Marky Jackson <markyjackson-tau...@users.noreply.github.com>
  Date:   2021-03-15 (Mon, 15 Mar 2021)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/prometheus/JobCollector.java
    M 
src/main/java/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration.java
    M 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-appendParamLabel.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-appendStatusLabel.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-collectingMetricsPeriodInSeconds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-countAbortedBuilds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-countFailedBuilds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-countNotBuiltBuilds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-countSuccessfulBuilds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-countUnstableBuilds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-defaultNamespace.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-fetchTestResults.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-jobAttributeName.jelly
    M 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-path.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-processingDisabledBuilds.jelly
    A 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-useAuthenticatedEndpoint.jelly
    M 
src/test/java/org/jenkinsci/plugins/prometheus/config/PrometheusConfigurationTest.java

  Log Message:
  -----------
  Merge pull request #230 from msven/fixExcessiveMetrics

Fix excessive metrics


Compare: 
https://github.com/jenkinsci/prometheus-plugin/compare/866e4d0b5b75...77715d90592c

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/prometheus-plugin/push/refs/heads/master/866e4d-77715d%40github.com.

Reply via email to