summaryrefslogtreecommitdiff
path: root/app/controllers/metrics_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-0/+10
* Fix deprecation: render :text is deprecated because it does not actually rend...Jasper Maes2018-11-291-1/+1
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* [Rails5] Force the `protect_from_forgery` callback run firstblackst0ne-fix-protect-from-forgery-in-application-controllerblackst0ne2018-06-211-1/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Make Prometheus metrics endpoint return empty response when metrics are disabledpawel/show_empty_page_when_prometheus_metrics_are_disabled-35639Pawel Chojnacki2017-09-251-7/+9
* Remove the need to use health check tokenPawel Chojnacki2017-07-051-2/+2
* Move Prometheus presentation logic to PrometheusTextPawel Chojnacki2017-06-021-4/+2
* Make login_counter instance variable instead of class one.Pawel Chojnacki2017-06-021-1/+3
* Move most of MetricsController logic to MetricsServicePawel Chojnacki2017-06-021-35/+6
* Use interpolation instead of concatenationPawel Chojnacki2017-06-021-4/+4
* move check if metrics are enabled to before actionPawel Chojnacki2017-06-021-2/+6
* Correctly handle temporary folder for testing multiproces metricsPawel Chojnacki2017-06-021-1/+1
* Use only ENV for metrics folder locationPawel Chojnacki2017-06-021-2/+6
* Bring back the tokenPawel Chojnacki2017-06-021-0/+1
* Split metrics from health controller into metrics controllerPawel Chojnacki2017-06-021-0/+41