Skip to content

1.5.0rc2

Pre-release
Pre-release

Choose a tag to compare

@mabdinur mabdinur released this 21 Sep 16:40
· 40 commits to 1.5 since this release
a663f36

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.