Skip to content

Release v1.12.0

Compare
Choose a tag to compare
@srv-gh-o11y-gdi srv-gh-o11y-gdi released this 09 Jun 22:35
· 897 commits to main since this release
e6fb1b9

This is a general release primarily intended to support profiling features. This release does not contain changes from upstream opentelemetry-java-instrumentation.

🗒 General

  • Compliance with GDI spec version 1.3.0
  • Change metric names used by memory profiling:
    • jvm.experimental.memory.allocated -> process.runtime.jvm.memory.allocated
    • jvm.experimental.memory.reclaimed -> process.runtime.jvm.memory.reclaimed
      (these two have also been migrated from Gauge to Counter)

🛠️ Bugfixes

  • Bug fix for OTEL_EXPORTER_OTLP_ENDPOINT not overriding the splunk.realm property (#795)

🌟 Enhancements

  • Profiling stack trace data defaults to pprof format (#799)