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/Persona_Developer.document.md)

Direct Sharing URL

http://microsoft.github.io/DynamicTelemetry/docs/Persona_Developer.document/

DynamicTelemetry Persona : DEVELOPER Persona

DynamicTelemetry personas are intended as an organizational aid to group capabilities and usability of common usage scenarios. Browsing between scenarios is recommended, for the personas are intended only as an aid.

Introduction

The DEVELOPER Persona in DynamicTelemetry:

  1. Authors code, firsthand
  2. Understands technical details like data schemas, instruction pointers, and can differentiate logs/traces from metrics.
  3. Comfortable with core operating system concepts, like threads, heaps, and stacks
  4. Understands symbolic debuggers, code offsets, and symbols
  5. Is well versed and comfortable with the differences between security and privacy. Knows how to protect users.

Notes (To Be Deleted)

mindmap
    root(Developer)
        Triggers(Triggered Actions)
            Collect Flight Recorder
            Toggle Flight Recorder Verbosity

            Actions

        Probes(Probe Types)
            OpenTelemetry
                Vadim
                Logs
                Metrics
                Traces
            OS_Telemetry
                Linux
                    eBPF
                    DTrace
                    strace
                    syslog
                Windows
                    ETW
            API(DynamicTelemetry API)
                A/B Feature Testing
                Asserts

        Actions(Actions)
            File_Collections
            Process_Memory_Dumps
            CPU_Sampling
            Flight_Recorders