Remove commented OTEL_DOTNET_AUTO_TRACES_ADDITIONAL_SOURCES
Deleted an unused commented configuration line in docker-compose-datadog.yml to improve readability and maintainability. This change does not affect the existing tracing configuration or application behavior.
This commit is contained in:
parent
8acf9b7212
commit
7c34f22d56
|
|
@ -52,7 +52,6 @@ services:
|
|||
DD_TRACE_OTEL_ENABLED: true
|
||||
DD_SERVICE: "Elsa Server"
|
||||
DD_VERSION: "3.3.0"
|
||||
# OTEL_DOTNET_AUTO_TRACES_ADDITIONAL_SOURCES: "Proto.Actor"
|
||||
ASPNETCORE_ENVIRONMENT: Development
|
||||
PYTHONNET_PYDLL: /opt/homebrew/Cellar/python@3.11/3.11.6_1/Frameworks/Python.framework/Versions/3.11/bin/python3.11
|
||||
PYTHONNET_RUNTIME: coreclr
|
||||
|
|
|
|||
Loading…
Reference in a new issue