Removes unused environment variables from the Node Extension.
Motivation
Avoid confusion for what variables are used by the Tracer and the Agent for each runtime.
Additional Notes
Environment variables removed
DD_AGENT_PIPE_NAME
DD_DOGSTATSD_PIPE_NAME
DD_DOGSTATSD_WINDOWS_PIPE_NAME
DD_TRACE_PIPE_NAME
Removed pipe uniqueStatsPipeId since DogStatsD metrics are send using UDP
Describe how to test/QA your changes
Run pipeline with RUNTIME=node and verify that the build script succeeds and the package deployed to self monitoring sends traces, runtime metrics, and custom metrics to Datadog.
What does this PR do?
Removes unused environment variables from the Node Extension.
Motivation
Avoid confusion for what variables are used by the Tracer and the Agent for each runtime.
Additional Notes
DD_AGENT_PIPE_NAME
DD_DOGSTATSD_PIPE_NAME
DD_DOGSTATSD_WINDOWS_PIPE_NAME
DD_TRACE_PIPE_NAME
uniqueStatsPipeId
since DogStatsD metrics are send using UDPDescribe how to test/QA your changes
Run pipeline with
RUNTIME=node
and verify that the build script succeeds and the package deployed to self monitoring sends traces, runtime metrics, and custom metrics to Datadog.