Skip to content

Releases: jenkinsci/opentelemetry-plugin

opentelemetry-0.22-beta-1

02 Nov 12:09
Compare
Choose a tag to compare
Pre-release

🚀 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

⚙️ Technical updates

📝 Documentation updates

v0.21 🌈

14 Oct 07:48
Compare
Choose a tag to compare

🚀 New features and improvements

  • On Traditional Jenkins jobs, add spans for builder, pre/post builder and publisher actions (@v1v)

📦 Dependency updates

📝 Documentation updates

opentelemetry-0.20

13 Sep 08:00
Compare
Choose a tag to compare

opentelemetry-0.19

opentelemetry-0.17

16 Jul 09:37
Compare
Choose a tag to compare
  • Add support for Maven and Matrix build types in the ci.pipeline.type attribute (maven and matrix values). See #147

opentelemetry-0.16

07 Jul 20:49
Compare
Choose a tag to compare

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