Remove deprecated RequestLogEntry
constructors without start time
#397
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 tracking requests with the UTC Now start time but we have replaced this with the
DurationMeasurement
type.Describe the solution you'd like
Remove the deprecated constructors of the
RequestLogEntry
type that doesn't have any start time.The text was updated successfully, but these errors were encountered: