Skip to content

Commit

Permalink
[EventGrid] Distributed Tracing for EventGrid (#11562)
Browse files Browse the repository at this point in the history
- 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: #11056
  • Loading branch information
ellismg authored Oct 2, 2020
1 parent 6cc6def commit 1b6b40c
Show file tree
Hide file tree
Showing 20 changed files with 472 additions and 82 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b6b40c

Please sign in to comment.