-
Notifications
You must be signed in to change notification settings - Fork 12
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
(❗) feat: add w3c http correlation support #392
(❗) feat: add w3c http correlation support #392
Conversation
✅ Deploy Preview for arcus-webapi ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
…jnmoreels/arcus.webapi into feature/w3c-http-correlation
src/Arcus.WebApi.Logging.Core/Extensions/IServiceCollectionExtensions.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that we will be able to test a preview of this ?
src/Arcus.WebApi.Logging.Core/Correlation/HttpCorrelationFormat.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Frederik Gheysels <[email protected]>
Co-authored-by: Frederik Gheysels <[email protected]>
…t.cs Co-authored-by: Frederik Gheysels <[email protected]>
We can publish a preview to test this, that's right. 👍 |
Will work on providing something for HTTP triggers, too. 👍 |
Adds W3C HTTP correlation support with automatic dependency tracking.
Closes #309
Closes #375
Relates to arcus-azure/arcus.observability#468