Sha256: baccd99c62514e02d406f025fa9e8f8ab61faf8e3c7d4b10faa2b21219a38e52
Contents?: true
Size: 694 Bytes
Versions: 35
Compression:
Stored size: 694 Bytes
Contents
module Datadog module Contrib module Grape # Grape integration constants module Ext 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 end end end end
Version data entries
35 entries across 35 versions & 2 rubygems