[dotnet] Add APM_TRACING_MULTICONFIG capability for dotnet#5338
Merged
dudikeleti merged 3 commits intomainfrom Sep 30, 2025
Merged
[dotnet] Add APM_TRACING_MULTICONFIG capability for dotnet#5338dudikeleti merged 3 commits intomainfrom
dudikeleti merged 3 commits intomainfrom
Conversation
fc7215a to
4901fab
Compare
Add Capabilities.APM_TRACING_MULTICONFIG for dotnet expected capabilities
cc6e8c2 to
bd0fdb9
Compare
anna-git
approved these changes
Sep 30, 2025
dudikeleti
added a commit
to DataDog/dd-trace-dotnet
that referenced
this pull request
Sep 30, 2025
…iorities (#7536) ## Summary of changes Implements priority-based merging for APM_TRACING config with determenistic order: Priority Order: Service+Env (4) > Service (3) > Env (2) > Wildcard (1) > Org (0) ## Reason for change When multiple configs are sent, the "last one wins." This causes non-deterministic behavior across tracers and inconsistent feature enablement. internal [RFC](https://docs.google.com/document/d/1J4azr17gJQipGhyWIWuBArkhe1UfStKx7XZRmjqjhqQ/edit?tab=t.b22x9owvguir) ## Test coverage ApmTracingConfigMergerTests.cs DataDog/system-tests#5338
chagui
pushed a commit
that referenced
this pull request
Oct 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add APM_TRACING_MULTICONFIG capability for dotnet
Motivation
Tracers should add this capability to support multi config
Changes
Capability added to the expected capabilities list
Workflow
🚀 Once your PR is reviewed and the CI green, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
[<language>], double-check that only<language>is impacted by the changebuild-XXX-imagelabel is present