Downsample duration sum (to calculate total consuming time)
This change is needed to use downsample data to retrieve the most consuming time endpoints https://gitlab.com/gitlab-org/inspector-influx/merge_requests/1
Merge request reports
Activity
mentioned in commit a5e1ae1e
@pacoguzman Come to think of this, I think it doesn't make much sense to include this. Tracking the sum of all execution timings doesn't make a lot of sense. A lot of short requests can lead to a large total time, but this means very little about the performance of the endpoint.
Yes, I agree. I just need that number to calculate relative relevance of each endpoint as you said we need the consuming time and the number of requests to know more about the endpoint.
For example, endpoint with a few request could represent a high percentage relative to the whole application, I just want to know that to later think if we need to take any action on those endpoints or not.