Module: Datadog::Contrib::Grape::Ext

Defined in:
lib/ddtrace/contrib/grape/ext.rb

Overview

Grape integration constants

Constant Summary collapse

APP =
'grape'.freeze
ENV_ANALYTICS_ENABLED =
'DD_GRAPE_ANALYTICS_ENABLED'.freeze
ENV_ANALYTICS_SAMPLE_RATE =
'DD_GRAPE_ANALYTICS_SAMPLE_RATE'.freeze
SERVICE_NAME =
'grape'.freeze
SPAN_ENDPOINT_RENDER =
'grape.endpoint_render'.freeze
SPAN_ENDPOINT_RUN =
'grape.endpoint_run'.freeze
SPAN_ENDPOINT_RUN_FILTERS =
'grape.endpoint_run_filters'.freeze
TAG_FILTER_TYPE =
'grape.filter.type'.freeze
TAG_ROUTE_ENDPOINT =
'grape.route.endpoint'.freeze
TAG_ROUTE_PATH =
'grape.route.path'.freeze