test(nodejs): enable agentless EVP exposure egress - #7703
Draft
leoromanovsky wants to merge 2 commits into
Draft
Conversation
Activate direct and sidecar exposure contracts for Express and add an opt-in ordinary-process shutdown lifecycle. Environment: Datadog workspace
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 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-191 activates Node.js against the shared cross-language contract in #7299 and makes the remaining signal gap explicit before rollout.
Changes
serverless-initDecisions
Validation
System-tests base:
9c753fbcbdcc6122eed15fd5af827671fbc0771cSystem-tests candidate:
a548cfc82bfcad980a4bedf98eb2ce3931117582Node.js SDK candidate:
95ae311455bc8f2c7ca65d8524e996c844546e30from dd-trace-js#10309The Express 4 weblog was rebuilt from the exact SDK candidate:
This is local mock-intake proof of routing, credentials, identity, payload uniqueness, and shutdown behavior; it is not staging or production-intake proof.