@@ -41,6 +41,7 @@ Metadata:
41
41
- BuildkiteAgentTags
42
42
- BuildkiteAgentTimestampLines
43
43
- BuildkiteAgentExperiments
44
+ - BuildkiteAgentTracingBackend
44
45
- BuildkiteTerminateInstanceAfterJob
45
46
- BuildkiteAdditionalSudoPermissions
46
47
- BuildkiteWindowsAdministrator
@@ -163,6 +164,15 @@ Parameters:
163
164
Type : String
164
165
Default : " "
165
166
167
+ BuildkiteAgentTracingBackend :
168
+ Description : The tracing backend to use for CI tracing. See https://buildkite.com/docs/agent/v3/tracing
169
+ Type : String
170
+ AllowedValues :
171
+ - " "
172
+ - " datadog"
173
+ - " opentelemetry"
174
+ Default : " "
175
+
166
176
BuildkiteTerminateInstanceAfterJob :
167
177
Description : Set to "true" to terminate the instance after a job has completed.
168
178
Type : String
@@ -443,7 +453,7 @@ Parameters:
443
453
- " true"
444
454
- " false"
445
455
Default : " false"
446
-
456
+
447
457
EnableDetailedMonitoring :
448
458
Type : String
449
459
Description : Enable detailed EC2 monitoring
@@ -993,6 +1003,7 @@ Resources:
993
1003
$Env:BUILDKITE_AGENT_TAGS="${BuildkiteAgentTags}"
994
1004
$Env:BUILDKITE_AGENT_TIMESTAMP_LINES="${BuildkiteAgentTimestampLines}"
995
1005
$Env:BUILDKITE_AGENT_EXPERIMENTS="${BuildkiteAgentExperiments}"
1006
+ $Env:BUILDKITE_AGENT_TRACING_BACKEND="${BuildkiteAgentTracingBackend}"
996
1007
$Env:BUILDKITE_AGENT_RELEASE="${BuildkiteAgentRelease}"
997
1008
$Env:BUILDKITE_QUEUE="${BuildkiteQueue}"
998
1009
$Env:BUILDKITE_AGENT_ENABLE_GIT_MIRRORS_EXPERIMENT="${EnableAgentGitMirrorsExperiment}"
@@ -1041,6 +1052,7 @@ Resources:
1041
1052
BUILDKITE_AGENT_TAGS="${BuildkiteAgentTags}" \
1042
1053
BUILDKITE_AGENT_TIMESTAMP_LINES="${BuildkiteAgentTimestampLines}" \
1043
1054
BUILDKITE_AGENT_EXPERIMENTS="${BuildkiteAgentExperiments}" \
1055
+ BUILDKITE_AGENT_TRACING_BACKEND="${BuildkiteAgentTracingBackend}" \
1044
1056
BUILDKITE_AGENT_RELEASE="${BuildkiteAgentRelease}" \
1045
1057
BUILDKITE_QUEUE="${BuildkiteQueue}" \
1046
1058
BUILDKITE_AGENT_ENABLE_GIT_MIRRORS_EXPERIMENT="${EnableAgentGitMirrorsExperiment}" \
0 commit comments