Sidekiq latency timings
This MR adds continuous queries to get the Sidekiq latency timings measurements
Related with https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4871 and https://gitlab.com/gitlab-org/gitlab-ce/issues/18663
Merge request reports
Activity
Reassigned to @yorickpeterse
@pacoguzman We have made various changes to the continuous queries in the past and I suspect these particular changes will conflict unless we update the entire file. The current list of queries is as follows: queries.txt
In other words, please update the full list in this MR then apply your changes. When doing so make sure to also update the documentation in gitlab-ce (see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4872 for an example) and tell me what queries I need to run to update InfluxDB for GitLab.com.
To make this easier I'll see if I can set up a script to just "provision" InfluxDB similar to the Grafana dashboards repository.
Reassigned to @pacoguzman
@yorickpeterse is there a place where we can fetch the latest 'queries.txt' other than 'ping Yorick on slack'? Then we could just download them while configuring InfluxDB in GDK.
@jacobvosmaer-gitlab Why yes there is (now): https://gitlab.com/gitlab-org/influxdb-management, there's a GDK issue for this at https://gitlab.com/gitlab-org/gitlab-development-kit/issues/130.