DataDog / datadog-aas-extension

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

[.NET Extension] Update Default Behavior for DD_LOG_LEVEL and DD_REMOTE_CONFIGURATION_ENABLED #269

Closed duncanpharvey closed 3 months ago

duncanpharvey commented 3 months ago

What does this PR do?

Motivation

Additional Notes

Remote Config is enabled by default as of Datadog Agent version 7.47.0 but requires an org level setting to be enabled and the API Key to have remote config enabled. I inadvertently had this setup in a test environment and experienced slow loading times. Let's disable remote config by default since it's not supported in the AAS environment.

https://github.com/DataDog/datadog-agent/releases/tag/7.47.0

Screenshot 2024-07-17 at 8 57 11 AM

Describe how to test/QA your changes