You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains all changes which are not released yet.
Features and enhancements
Inferred spans can now be disabled and re-enabled via central config - #838
The agent config is now logged on startup, use option elastic.otel.java.experimental.configuration.logging.enabled (default true) to disable if needed - 835
Switched the default of otel.exporter.otlp.metrics.temporality.preference from CUMULATIVE to DELTA to improve dashboarding experience with Kibana. If you want to restore the previous behaviour, you can manually override otel.exporter.otlp.metrics.temporality.preference to CUMULATIVE via JVM-properties or environment variables. - #583
Set elastic-specific User-Agent header for OTLP exporters - #593
Add support for openAI client 1.1+, drop support for older versions - #607
Enable Azure resource provider by default with otel.resource.providers.azure.enabled = true. - #596
This release is based on the following upstream versions: