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
When using python 3.12 and ddtrace 2.14.4 we get a deprecation warning:
/usr/src/.venv/lib/python3.12/site-packages/ddtrace/profiling/exporter/http.py:220: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
This started burning through our log quota and the alternative is to add a warnings filter which is not ideal.
The text was updated successfully, but these errors were encountered:
Summary of problem
When using python 3.12 and ddtrace
2.14.4
we get a deprecation warning:This started burning through our log quota and the alternative is to add a warnings filter which is not ideal.
The text was updated successfully, but these errors were encountered: