Skip to content
Dynamic Telemetry is a PROPOSAL : please provide feedback! :-)

Dynamic Telemetry is not an implementation, it's a request for collaboration, that will lead to an shared understanding, and hopefully one or more implementations.

Your feedback and suggestions on this document are highly encouraged!

Please:

  1. Join us, by providing comments or feedback, in our Discussions page

  2. Submit a PR with changes to this file ( docs/Architecture.Probe.Breakpoint.document.md)

Direct Sharing URL

http://microsoft.github.io/DynamicTelemetry/docs/Architecture.Probe.Breakpoint.document/

Coming Soon

Notes (Dynamic / Breakpoint Probe)

A Dynamic / Breakpoint probe is a type of probe that utilizes a software or hardware breakpoint, depending on the programming language.

This is a riskier probe type because the instruction pointer will transfer into the underlying kernel facilities. However, it is not as risky as a traditional debugger, as the instruction pointer will not be frozen. Instead, it will simply collect the memory and exit using standard OpenTelemetry.

Some types of Dyanmic / Breakpoint Probes may include.

  1. uProbe
  2. dotnet
  3. pTrace
  4. dtrace (etc)