Module NewRelic::Agent::Instrumentation::GrapeInstrumentation
In: lib/new_relic/agent/instrumentation/grape.rb

Methods

Constants

API_ENDPOINT = 'api.endpoint'.freeze
API_VERSION = 'api.version'.freeze
FORMAT_REGEX = /\(\/?\.[\:\w]*\)/.freeze # either :format (< 0.12.0) or .ext (>= 0.12.0)
VERSION_REGEX = /:version(\/|$)/.freeze
EMPTY_STRING = ''.freeze
MIN_VERSION = VersionNumber.new("0.2.0")
PIPE_STRING = '|'.freeze

Public Instance methods

[Validate]