Skip to content

Releases: jenkinsci/opentelemetry-plugin

opentelemetry-0.15

18 Jun 10:05
Compare
Choose a tag to compare
  • Fix #129 intermittent ConcurrentModificationException
  • Add monitoring metrics for
    • JVM GC and Memory Pools: runtime.jvm.gc.*, runtime.jvm.memory.*
    • System: system.cpu.*, system.memory.*, system.paging.*
    • Process: process.cpu.*
    • Jenkins controller JENKINS_HOME disk usage if the CloudBees Disk Usage Simple Plugin is installed: jenkins.disk.usage.bytes
  • Bump OpenTelemetry SDK to 1.3.0
  • Provide Kibana dashboards (Kibana 7.12+): see here

opentelemetry-0.14-beta

14 Jun 21:08
Compare
Choose a tag to compare
Pre-release
  • Add monitoring metrics for
    • JVM GC and Memory Pools: runtime.jvm.gc.*, runtime.jvm.memory.*
    • System: system.cpu.*, system.memory.*, system.paging.*
    • Process: process.cpu.*
    • Jenkins controller JENKINS_HOME disk usage if the CloudBees Disk Usage Simple Plugin is installed: jenkins.disk.usage.bytes
  • Bump OpenTelemetry SDK to 1.3.0
  • Provide Kibana dashboards (Kibana 7.12+): see here

opentelemetry-0.13

11 May 10:33
Compare
Choose a tag to compare
  • Report metric jenkins.disk.usage.bytes on the Jenkins controller file system usage for the JENKINS_HOME when using the CloudBees Disk Usage Simple Plugin
  • Allow customize the service.nameand service.namespace
  • Fix NullPointerException with parameterized pipelines using sensitive parameters (credentials). See #105
  • Fix #87 infinite loop on "delete" job thanks to @skundrik
  • Bump OpenTelemetry SDK from 1.1.0 to 1.2.0

opentelemetry-0.12-beta

10 May 20:48
Compare
Choose a tag to compare
Pre-release

opentelemetry-0.11-beta

10 May 14:45
Compare
Choose a tag to compare
Pre-release
  • Fix NullPointerException with parameterized pipelines using sensitive parameters (credentials). See #105

opentelemetry-0.10-beta

07 May 11:04
Compare
Choose a tag to compare
Pre-release
  • More torubleshooting logs to understand and fix #87
  • Report metric jenkins.disk.usage.bytes on the Jenkins controller file system usage for the JENKINS_HOME when using the CloudBees Disk Usage Simple Plugin
  • Allow customize the service.nameand service.namespace

opentelemetry-0.9

06 Apr 10:11
Compare
Choose a tag to compare
  • Initial non beta release.
  • Some attribute and metric names are subject to change
  • The plugin have been tested on real environments, it's reliable enough to not put the stability of Jenkins at risk.

opentelemetry-plugin-0.1-alpha

22 Feb 12:21
Compare
Choose a tag to compare
Pre-release

First alpha release of the Jenkins OpenTelemetry plugin.

Changes

  • Monitoring of job execution with a focus on pipeline jobs. Freestyle jobs are not detailed much
  • Health metrics on
    • Jenkins build queue
    • Job executions
    • Authentication success/failure
  • Built-in integration with Elastic Observability, Jaeger, and Zipkin.
    Other OpenTelemetry compatible distributed tracing and metrics solutions are also supported (Prometheus...).

https://repo.jenkins-ci.org/releases/io/jenkins/plugins/opentelemetry/0.1-alpha/