Releases: jenkinsci/opentelemetry-plugin
Releases · jenkinsci/opentelemetry-plugin
opentelemetry-0.22-beta-1
🚀 New features and improvements
- Add support for Jaeger and Prometheus exporters via OpenTelemetry system properties and environment variables #194 (@cyrille-leclerc)
- Support standard OpenTelemetry system properties and environment variables to configure the Jenkins OpenTelemetry plugin #194 (@cyrille-leclerc)
- Enrich pipeline trace with the build cause #187 (@v1v)
- Fix StackOverflowError #197 (@cyrille-leclerc)
📦 Dependency updates
- Upgrade OpenTelemetry SDK to 1.7.0 (@cyrille-leclerc)
⚙️ Technical updates
- Change the lifecycle of the disk usage monitoring metrics (see a933e05) (@cyrille-leclerc)
📝 Documentation updates
v0.21 🌈
🚀 New features and improvements
- On Traditional Jenkins jobs, add spans for builder, pre/post builder and publisher actions (@v1v)
📦 Dependency updates
- Upgrade OpenTelemetry SDK to 1.6.0 (@cyrille-leclerc)
📝 Documentation updates
opentelemetry-0.20
Fix
- OTEL_EXPORTER_OTLP_TIMEOUT must contain milliseconds number, not suffixed by a time unit #160
- URLEncode rootSpanName before rendering TraceVisualisationUrl
opentelemetry-0.19
opentelemetry-0.17
- Add support for Maven and Matrix build types in the
ci.pipeline.type
attribute (maven
andmatrix
values). See #147
opentelemetry-0.16
- Monitor failures rate when provisioning cloud agents
- Add details on shallow cloning on
git
steps - Fix Plugin label metadata in the attributes for some spans is not correct #133
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