Module: Datadog::CI::Contrib::RSpec::Ext

Defined in:
lib/datadog/ci/contrib/rspec/ext.rb

Overview

RSpec integration constants TODO: mark as ‘@public_api` when GA, to protect from resource and tag name changes.

Constant Summary collapse

APP =
"rspec"
ENV_ENABLED =
"DD_TRACE_RSPEC_ENABLED"
ENV_OPERATION_NAME =
"DD_TRACE_RSPEC_OPERATION_NAME"
FRAMEWORK =
"rspec"
OPERATION_NAME =
"rspec.example"
SERVICE_NAME =
"rspec"
TEST_TYPE =
"test"