Skip to content

Commit 52d6d4d

Browse files
authored
Update test-target to set datadog service per integration (#21147)
* Update test-target to set the service per test target * Update service name
1 parent 7d373bf commit 52d6d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
TEST_RESULTS_BASE_DIR: "test-results"
107107
# Tracing to monitor our test suite
108108
DD_ENV: "ci"
109-
DD_SERVICE: "ddev-integrations-${{ inputs.repo }}"
109+
DD_SERVICE: "${{ inputs.target }}-integrations-${{ inputs.repo }}"
110110
DD_TAGS: "team:agent-integrations,platform:${{ inputs.platform }},integration:${{ inputs.target }}"
111111
DD_TRACE_ANALYTICS_ENABLED: "true"
112112
# Capture traces for a separate job to do the submission

0 commit comments

Comments
 (0)