test(dotnet): enable agentless EVP exposure egress - #7707
Draft
leoromanovsky wants to merge 2 commits into
Draft
leoromanovsky wants to merge 2 commits into
leoromanovsky wants to merge 2 commits into
Conversation
Contributor
|
|
…novsky/ffe-agentless-evp-dotnet-enablement-v1
Contributor
|
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.
Motivation
We are shipping agentless CDN-delivered configuration to make customer deployments simpler. The SDK's core Feature Flags telemetry still needs a reliable network path out of the process: automatically use a compatible running Agent or
serverless-initrelay when available, and fall back to direct EVP intake when no relay exists.FFLSDK-195 activates .NET against the shared cross-language contract in #7299 so successful construction cannot mask missing configuration polling or exposure delivery.
Changes
serverless-initpocweblog for the .NET 3.54 development line.ApplicationStopped.Decisions
poc. Theudsweblog configures an Agent socket at runtime and therefore cannot prove a no-Agent direct topology.SYSTEM_TESTS_FFE_SHUTDOWN_FLUSH_ENABLED; all other .NET scenarios retain the existing crash-dump recovery wrapper.masterhas no production caller that startsAgentlessConfigurationSource.Validation
System-tests base:
9c753fbcbdcc6122eed15fd5af827671fbc0771cSystem-tests candidate:
ccf370de4c3e4dc62aaf09977d2727d063449b05.NET SDK candidate:
0ac1c3cca2c7423e41bd15b17ab2f543a9c261b3from dd-trace-dotnet#9235Candidate artifact:
datadog-dotnet-apm-3.54.0.tar.gz, SHA-2564ad48d2d6890682c4da6a86bd02555f22b93390b425a739177b26c88de3f9c3f, from Azure build208990.Exact-artifact E2E currently fails before event routing can be exercised:
Diagnostic evidence:
/ffeevaluations returned{"reason":"DEFAULT","value":null,"count":1}.requests_total: 0; polling never started.agentless, API key present, no Agent variables, anddotnet app.dllwas PID 1.FeatureFlagsModuleconstructsFeatureFlagsEvpTransportandExposureApi, but subscribes only to RCM.AgentlessConfigurationSource.Create(...).Start()has no production caller on the exact candidate's base.This is a product-stack dependency failure, not a system-test teardown failure. Rebuild the exact combined #9044 + #9235 candidate and rerun direct exposure/shutdown and serverless-init exposure before calling this activation green.
Both system-test commits are GitHub
verified=true,reason=valid.Reviewer checklist
tests/ormanifests/is modified: request R&P review for the test-only .NET lifecycle hook.