-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix start-time of WebApi request-tracking #334
Fix start-time of WebApi request-tracking #334
Conversation
✅ Deploy Preview for arcus-webapi canceled.
|
Before this PR can be closed, we first need to release a new version of Arcus.Observability which must then be referenced here. |
Yes, that's why I haven't created a PR just yet 😄 . |
That's why it is also in draft :) |
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.
We should probably change the non .NET 6 packages too, as this is actually a fix for request tracking.
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.
Great! Thx for this! 👍
The RequestTracking middleware was not logging the correct start date/time. Instead of the actual start date and time of the request , the current date/time was used.
#333