Releases: jenkinsci/opentelemetry-plugin
Releases · jenkinsci/opentelemetry-plugin
opentelemetry-0.15
- 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
- JVM GC and Memory Pools:
- Bump OpenTelemetry SDK to 1.3.0
- Provide Kibana dashboards (Kibana 7.12+): see here
opentelemetry-0.14-beta
- 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
- JVM GC and Memory Pools:
- Bump OpenTelemetry SDK to 1.3.0
- Provide Kibana dashboards (Kibana 7.12+): see here
opentelemetry-0.13
- Report metric
jenkins.disk.usage.bytes
on the Jenkins controller file system usage for theJENKINS_HOME
when using the CloudBees Disk Usage Simple Plugin - Allow customize the
service.name
andservice.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
opentelemetry-0.11-beta
- Fix
NullPointerException
with parameterized pipelines using sensitive parameters (credentials). See #105
opentelemetry-0.10-beta
- More torubleshooting logs to understand and fix #87
- Report metric
jenkins.disk.usage.bytes
on the Jenkins controller file system usage for theJENKINS_HOME
when using the CloudBees Disk Usage Simple Plugin - Allow customize the
service.name
andservice.namespace
opentelemetry-0.9
- 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
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/