Skip to content
Snippets Groups Projects

Downsample duration sum (to calculate total consuming time)

Merged Paco Guzman requested to merge downsample-duration into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • yorickpeterse-staging Status changed to merged

    Status changed to merged

  • 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.

  • Author Contributor

    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.

Please register or sign in to reply
Loading