Skip to content

Commit

Permalink
[EventGrid] Distributed Tracing for EventGrid
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 committed Oct 2, 2020
1 parent cc8c8fc commit f413273
Show file tree
Hide file tree
Showing 20 changed files with 468 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 f413273

Please sign in to comment.