Remove the deprecated LogRequest
extensions
#405
Labels
breaking-change
All issues that require to do a breaking chnage
good first issue
Good for newcomers
requests
All issues related to requests
Milestone
Is your feature request related to a problem? Please describe.
Previously, we were using the UTC Now as start time when tracking requests. We changed this with measuring the request processing with the
DurationMeasurement
type.Describe the solution you'd like
Remove the deprecated
LogRequest
extensions in theArcus.Observability.Telemetry.Core
andArcus.Observability.Telemetry.AspNetCore
projects that still only uses the durationTimeSpan
in their signature.The text was updated successfully, but these errors were encountered: