We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d373bf commit 52d6d4dCopy full SHA for 52d6d4d
.github/workflows/test-target.yml
@@ -106,7 +106,7 @@ jobs:
106
TEST_RESULTS_BASE_DIR: "test-results"
107
# Tracing to monitor our test suite
108
DD_ENV: "ci"
109
- DD_SERVICE: "ddev-integrations-${{ inputs.repo }}"
+ DD_SERVICE: "${{ inputs.target }}-integrations-${{ inputs.repo }}"
110
DD_TAGS: "team:agent-integrations,platform:${{ inputs.platform }},integration:${{ inputs.target }}"
111
DD_TRACE_ANALYTICS_ENABLED: "true"
112
# Capture traces for a separate job to do the submission
0 commit comments