You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only added support for configuring DD_TRACE_AGENT_URL whereas setting the agent hostname and port have been deprecated (though the documentation you linked to does not reflect that, which we will address):
Similarly, the exporter supports DD_SERVICE whereas the DATADOG_SERVICE_NAME and DD_SERVICE_NAME have been deprecated.
I'll start a PR for adding DD_ENV, as well as the other tracer configuration options missing (DD_VERSION for adding the application version to the root span and DD_TAGS for adding default tags to all spans).
There's a few environment variables that are not honored by the exporter currently. These are:
There is a more comprehensive list, as outlined here:
https://docs.datadoghq.com/tracing/setup/python/#configuration
The text was updated successfully, but these errors were encountered: