summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics/rack_middleware.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-17/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-4/+0
* Enable even more frozen string for lib/gitlabgfyoung2018-11-161-0/+2
* Web/Sidekiq transaction splitPawel Chojnacki2017-11-021-1/+1
* Move labels tests from Metrics rack spec to Transaction specPawel Chojnacki2017-11-021-12/+0
* Transaction needs to be able to describe controller action by itselfPawel Chojnacki2017-11-021-50/+1
* Tune bucket sizes an action labelsPawel Chojnacki2017-11-021-8/+8
* Enable Style/MutableConstantDouwe Maan2017-02-231-3/+3
* Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.route26587-metrics-middleware-endpoint-is-nilRémy Coutable2017-01-121-4/+11
* Don't instrument 405 Grape calls26051-fix-missing-endpoint-route-methodRémy Coutable2017-01-091-2/+6
* Use Grape's new Route methods25908-fix-grape-after-updateRémy Coutable2016-12-211-2/+2
* Adds response mime type to transaction metric action when it's not HTMLPaco Guzman2016-08-251-2/+20
* Tracking of custom eventscustom-events-trackingYorick Peterse2016-08-171-0/+4
* Filter out sensitive parameters of metrics dataPaco Guzman2016-06-171-1/+5
* Instrument Grape Endpoint with Metrics::RackMiddleware18449-instrument-grape-endpointsPaco Guzman2016-06-141-1/+24
* Tag all transaction metrics with an "action" tagYorick Peterse2016-01-111-4/+2
* Store request methods/URIs as valuesYorick Peterse2016-01-071-2/+2
* Storing of application metrics in InfluxDBYorick Peterse2015-12-171-0/+49