Enhancements
- Update to OpenTelemetry Java Instrumentation 2.31.1 (#4821)
- Add continuous profiling (
enableContinuousProfiling,continuousProfilingMaxAgeSeconds) which keeps a single JFR recording running in a circular buffer so profile requests dump the most recent window of data immediately (#4807) - Upgrade AutoConfigure package from 1.6.0 to 1.7.0 (#4852)
Breaking changes
- Rename the
MachineStatsJFR diagnostic event toMachineInfo. Custom.jfcfiles that enablecom.microsoft.applicationinsights.diagnostics.jfr.MachineStatsmust be updated to the new event name (#4807)