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
For execution it says "If you already have datadog agent running as well as ASGI server: uvicorn, you could run: uvicorn app:app." I'm a bit confused by what it means by "datadog agent". Would the datadog daemonset on the same node (deployed by the official datadog helm chart) be enough or should I also prepend the daphne command with ddtrace-run, like so?
For execution it says "If you already have datadog agent running as well as ASGI server: uvicorn, you could run: uvicorn app:app." I'm a bit confused by what it means by "datadog agent". Would the datadog daemonset on the same node (deployed by the official datadog helm chart) be enough or should I also prepend the
daphne
command withddtrace-run
, like so?ddtrace-run daphne --argsgohere ff.asgi:application
Note that we are using django and the latest version of ddtrace python library and helm chart.
The text was updated successfully, but these errors were encountered: