OpenTelemetry - java Instrumentation

open-telemetry/opentelemetry-java-instrumentation last check 115 releases
Notes
no notes yet
Release notes
v0.7.0 · 1y+
view on github

Supports OpenTelemetry Java version 0.7.0.

Changes since v.0.6.0

  • BREAKING CHANGE #760 Rename trace.methods.exclude to trace.annotated.methods.exclude

  • BREAKING CHANGE #841 Changed prefixes of all configuration options from ota to otel

  • #506 @WithSpan annotation now supports kind attribute

  • New documentation about writing new Instrumentation

  • #735 MDC support for log4j 2.13.2+

  • #726 New semantic attribute http.response_content_length

  • Performance optimisations for instrumenting Clojure applications

  • #575 Several instrumentations used to update name of the parent span. It is now fixed to correctly do that for SERVER span

  • #756 Add support for Armeria server

  • Support for new exception span event

  • #785, #823 Update database semantic convention

  • #827 More attributes on http server spans

  • #838 Add support for OtTracerPropagator and AwsXRayPropagator

  • #849 Add support for TraceMultiPropagator

  • README.md updated to reflect current configuration.

  • Extensive support for manual instrumentation of Spring Boot applications