Release v1.12.0
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 thesplunk.realm
property (#795)
🌟 Enhancements
- Profiling stack trace data defaults to pprof format (#799)