Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Distributed Tracing semantics #1066

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 31, 2022

  1. Add Distributed Tracing semantics to the following APIs:

    - ISemanticContext - for all events emitted by ILogger
    - ability to use env_dt aliases on individual events
    - semantic context projection for C++/CL/CX apps on Windows
    - add test that emits two events with DT semantics
    maxgolov committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    277bc85 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Fix typo

    maxgolov committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    4c0df71 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    874d5d3 View commit details
    Browse the repository at this point in the history