summaryrefslogtreecommitdiff
path: root/spec/controllers/metrics_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-131-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-071-1/+3
* Clean tmpdirs in metrics endpoint specsPeter Leitzen2019-08-071-1/+8
* Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-161-1/+0
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Remove healthchecks from prometheus endpointAndrew Newdigate2018-07-121-44/+5
* Gitaly metrics check for read/writeabilityZeger-Jan van de Weg2018-06-271-0/+7
* Merge branch 'pawel/show_empty_page_when_prometheus_metrics_are_disabled-3563...Sean McGivern2017-11-061-1/+2
|\
| * Make Prometheus metrics endpoint return empty response when metrics are disabledpawel/show_empty_page_when_prometheus_metrics_are_disabled-35639Pawel Chojnacki2017-09-251-1/+2
* | Remove Filesystem check metrics that use too much CPU to handle requestspawel/disable_nfs_metrics_checks_39730Pawel Chojnacki2017-11-021-11/+0
|/
* Update Prometheus gem to version that explicitly calls `munmap`Paweł Chojnacki2017-07-191-1/+1
* Add unit to latency metrics.Ben Kochie2017-07-121-8/+8
* Merge branch '33949-remove-healthcheck-access-token' into 'master'Sean McGivern2017-07-111-7/+27
|\
| * Finish refactring processed configuraiton, and add test validating ip range m...Pawel Chojnacki2017-07-051-7/+21
| * Remove the need to use health check tokenPawel Chojnacki2017-07-051-4/+10
* | Support multiple Redis instances based on queue typePaul Charlton2017-07-111-0/+24
|/
* Do not cleanup temp directory as this apparently causes silent rspec failures...Pawel Chojnacki2017-06-071-8/+2
* Add prometheus text formatterPawel Chojnacki2017-06-021-6/+6
* Move Prometheus presentation logic to PrometheusTextPawel Chojnacki2017-06-021-2/+2
* Mark migration as requiring no downtimePawel Chojnacki2017-06-021-0/+5
* Move most of MetricsController logic to MetricsServicePawel Chojnacki2017-06-021-2/+3
* move check if metrics are enabled to before actionPawel Chojnacki2017-06-021-0/+10
* Correctly handle temporary folder for testing multiproces metricsPawel Chojnacki2017-06-021-0/+9
* Split metrics from health controller into metrics controllerPawel Chojnacki2017-06-021-0/+51