gitlab-org--gitlab-foss/spec/lib/gitlab/metrics
Rémy Coutable 892ff3a3ae
Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.route
`endpoint.route` is calling `env[Grape::Env::GRAPE_ROUTING_ARGS][:route_info]`
but `env[Grape::Env::GRAPE_ROUTING_ARGS]` is `nil` in the case of a 405 response

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-12 23:15:25 -05:00
..
subscribers RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss info. 2016-07-05 12:28:06 +02:00
delta_spec.rb Storing of application metrics in InfluxDB 2015-12-17 17:25:48 +01:00
instrumentation_spec.rb Reduce instrumentation overhead 2016-07-28 16:56:17 +02:00
method_call_spec.rb Track method call times/counts as a single metric 2016-06-17 13:09:55 -04:00
metric_spec.rb Tracking of custom events 2016-08-17 10:04:04 +02:00
rack_middleware_spec.rb Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.route 2017-01-12 23:15:25 -05:00
sampler_spec.rb Filter out classes without names in the sampler 2016-06-14 18:09:06 +02:00
sidekiq_middleware_spec.rb Tracking of custom events 2016-08-17 10:04:04 +02:00
system_spec.rb Reduce instrumentation overhead 2016-07-28 16:56:17 +02:00
transaction_spec.rb Tracking of custom events 2016-08-17 10:04:04 +02:00