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

[EventGrid] Distributed Tracing for EventGrid #11562

Commits on Oct 2, 2020

  1. [EventGrid] Distributed Tracing for EventGrid

    - Create spans for each of the send operations on
      `EventGridPublisherClient`
    
    - When sending events in the Cloud Events schema, if we have a
      traceparent or tracestate and an event we are sending does not have
      any distributed tracing metadata (per the Cloud Events distributed
      tracing spec) we add this metadata associating the events with the
      span representing the HTTP operation that sends the event to the Azure
      Event Grid Service.
    
    Fixes: Azure#11056
    ellismg committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    1ffd3aa View commit details
    Browse the repository at this point in the history