Prelude
Dynamic instrumentation allows instrumenting a running service dynamically to extract runtime information that could be useful for, e.g., debugging purposes, or to add extra metrics without having to make code changes and re-deploy the service.
New Features
- Introduced the public interface for the dynamic instrumentation service. See
Configuration
for more details. - Enable telemetry collection when tracing is enabled.