DataDog / datadog-aas-extension

Datadog Azure App Services Site Extension
Apache License 2.0
9 stars 12 forks source link

[Node Extension] Remove Unused Environment Variables #252

Closed duncanpharvey closed 6 months ago

duncanpharvey commented 6 months ago

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

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.