Closed malcommac closed 2 years ago
This PR fixes an issue which crash the library when the DateInterval used to collect metrics inside the HTTPMetrics object contains a wrong interval where the start and end date are not in the correct order.
DateInterval
HTTPMetrics
start
end
This PR fixes an issue which crash the library when the
DateInterval
used to collect metrics inside theHTTPMetrics
object contains a wrong interval where thestart
andend
date are not in the correct order.