File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ build-dd-trace-dotnet-macrobenchmarks-ami:
7171 when : manual
7272 timeout : 3h
7373 variables :
74+ # Adding managed-by:bp-infra lets us filter CI runner metrics to monitor bp-infra-managed jobs.
75+ # See https://datadoghq.atlassian.net/wiki/spaces/DEVX/pages/2889355451/Gitlab+Runner+fork#Metrics
76+ DD_METRICS_TAGS : " managed-by:bp-infra"
77+
7478 AWS_REGION : " us-east-1"
7579
7680 # Branch containing a provision for building the macrobenchmarks AMI
@@ -533,6 +537,10 @@ profiler_cpu_timer_create-arm64:
533537 - reports/
534538 expire_in : 3 months
535539 variables :
540+ # Adding managed-by:bp-infra lets us filter CI runner metrics to monitor bp-infra-managed jobs.
541+ # See https://datadoghq.atlassian.net/wiki/spaces/DEVX/pages/2889355451/Gitlab+Runner+fork#Metrics
542+ DD_METRICS_TAGS : " managed-by:bp-infra"
543+
536544 RUNNER_AFTER_SCRIPT_TIMEOUT : 1h
537545
538546 # Allows ephemeral instances to read content from benchmarking-platform
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ build-dd-trace-dotnet-microbenchmarks-ami:
3232 DDOCTOSTS_ID_TOKEN :
3333 aud : dd-octo-sts
3434 variables :
35+ # Adding managed-by:bp-infra lets us filter CI runner metrics to monitor bp-infra-managed jobs.
36+ # See https://datadoghq.atlassian.net/wiki/spaces/DEVX/pages/2889355451/Gitlab+Runner+fork#Metrics
37+ DD_METRICS_TAGS : " managed-by:bp-infra"
38+
3539 # Allows ephemeral instances to read content from dd-trace-dotnet
3640 # This is not strictly necessary in the current AMI build
3741 DDOCTOSTS_SCOPE : " DataDog/dd-trace-dotnet"
@@ -95,6 +99,10 @@ run-benchmarks:
9599 - artifacts/
96100 expire_in : 3 months
97101 variables :
102+ # Adding managed-by:bp-infra lets us filter CI runner metrics to monitor bp-infra-managed jobs.
103+ # See https://datadoghq.atlassian.net/wiki/spaces/DEVX/pages/2889355451/Gitlab+Runner+fork#Metrics
104+ DD_METRICS_TAGS : " managed-by:bp-infra"
105+
98106 # Scope for dd-octo-sts to get GitHub token for cloning dd-trace-dotnet
99107 DDOCTOSTS_SCOPE : " DataDog/dd-trace-dotnet"
100108 DDOCTOSTS_POLICY : " gitlab.github-access.read-contents"
You can’t perform that action at this time.
0 commit comments