summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics/rack_middleware.rb
Commit message (Expand)AuthorAgeFilesLines
* 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