opentelemetry-1.1.0-rc2
Pre-release
Pre-release
π New features and improvements
- Use git hostname for "peer.service" attribute for better readability #268 (@cyrille-leclerc)
- Change attribute value
otel.library.name
: "jenkins" -> "jenkins-opentelemetry" #267 (@cyrille-leclerc) - Add
exception.type
andexception.message
when jobs complete asfailure
orunstable
+ Set rootspan.statusCode=unset
when jobs complete asnot_built
oraborted
instead oferror
#263 (@cyrille-leclerc) - Reduce agent and agent.allocation spans cardinality #260 (@v1v )
- Add the Jenkins Otel Plugin Version resource attribute #259 (@v1v )
- Add resource attributes provided by the ResourceProvider SPI #252 (@cyrille-leclerc)
- Update Kibana dashboards to use a parameterised service.name #251 (@v1v )
- Simplify Elastic Kibana Dashboard URL configuration #248 (@cyrille-leclerc )
- Add a monitoring dashboard link on Jenkins homepage #241 (@cyrille-leclerc )
- Export
OTEL_TRACES_EXPORTER
to meet new requirements of the Otel Maven Extension #228 (@cyrille-leclerc) - Enrich build trace with the committers:
ci.pipeline.run.committers
attribute #223 (@v1v )
π¦ Dependency updates
- Bump Otel SDK to 1.9.1 #237
- Bump simpleclient_bom from 0.12.0 to 0.14.1 #265
- Bump jackson-bom from 2.13.0 to 2.13.1 #264
π Documentation updates
- Better description of the Otel Span and Metrics exporters #236
Bug fixes
- fix: avoid NPE when clone options are not present #227 (@mdelapenya )