Files
gitlabhq/spec/lib/gitlab
Paco Guzman 509082bafb Instrument Grape Endpoint with Metrics::RackMiddleware
Generating the following tags

Grape#GET /projects/:id/archive

from Grape::Route objects like

{ :path => /:version/projects/:id/archive(.:format)
  :version => “v3”,
  :method => “GET” }

Use an instance variable to cache raw_path transformations.
This variable is only going to growth to the number of 
endpoints of the API, not with exact different requests

We can store this cache as an instance variable because 
middleware are initialised only once
2016-06-14 13:06:46 +02:00
..
2016-06-07 10:25:57 +02:00
2016-03-31 09:22:28 +02:00
2015-12-09 11:55:42 +01:00
2015-12-09 11:55:42 +01:00
2016-06-13 15:38:25 +02:00
2015-12-09 11:55:42 +01:00
2015-12-09 11:55:42 +01:00
2015-12-09 11:55:42 +01:00
2016-05-20 15:58:36 -05:00
2016-01-19 16:26:44 +01:00
2015-12-09 11:55:42 +01:00
2016-05-26 13:58:01 +02:00
2015-12-09 11:55:42 +01:00
2016-05-29 15:03:00 -04:00
2015-12-09 11:55:42 +01:00
2016-02-01 16:20:49 +01:00
2015-12-09 11:55:42 +01:00
2015-12-09 11:55:42 +01:00
2015-12-09 11:55:42 +01:00
2015-12-09 11:55:42 +01:00