summaryrefslogtreecommitdiff
path: root/app/controllers/metrics_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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