Lawrence Ong
Lawrence Ong
Was testing this and found that the crash did not happen when we are on an Intel Processor and crashes on AMD EPYC. Disabling `ddtrace` prevents it from crashing on...
Even though https://github.com/python/cpython/pull/120233 is already merged, it looks like it will not be backported to 3.11 as it is not considered a security fix (https://github.com/python/cpython/pull/120233#issuecomment-2207215913). It is however, ported to...
Had a similar issue with python-socketio when used with fastapi. Disabled starlette integration altogether by setting two variables: ``` # Disabled due to issue with log spam DD_TRACE_STARLETTE_ENABLED=${DD_TRACE_STARLETTE_ENABLED:-false}; export DD_TRACE_STARLETTE_ENABLED...
@rnishtala-sumo The purpose of exposing these ports is multifaceted. They use the OTEL protocol, allowing us to send various OTEL data types (such as traces/metrics) through them. Using Prometheus would...