Module: Datadog::CI::Ext::Test

Defined in:
lib/datadog/ci/ext/test.rb

Overview

Defines constants for test tags

Defined Under Namespace

Modules: Status

Constant Summary collapse

CONTEXT_ORIGIN =
"ciapp-test"
TAG_ARGUMENTS =
"test.arguments"
TAG_FRAMEWORK =
"test.framework"
TAG_FRAMEWORK_VERSION =
"test.framework_version"
TAG_NAME =
"test.name"
TAG_SKIP_REASON =

DEV: Not populated yet

"test.skip_reason"
TAG_STATUS =
"test.status"
TAG_SUITE =
"test.suite"
TAG_TRAITS =
"test.traits"
TAG_TYPE =
"test.type"
TAG_OS_ARCHITECTURE =

Environment runtime tags

"os.architecture"
TAG_OS_PLATFORM =
"os.platform"
TAG_RUNTIME_NAME =
"runtime.name"
TAG_RUNTIME_VERSION =
"runtime.version"
TAG_SPAN_KIND =

TODO: is there a better place for SPAN_KIND?

"span.kind"