DataDog / dd-trace-py

Datadog Python APM Client
https://ddtrace.readthedocs.io/
Other
550 stars 413 forks source link

Support file and socket I/O data in profiler. #10287

Open hongweipeng opened 2 months ago

hongweipeng commented 2 months ago

I have set DD_PROFILING_ENABLED=true environment variable and profile data is uploaded. But I can't see file and network io.

Java profiler has file and socket I/O data. Why doesn't Python support it?

emmettbutler commented 2 months ago

Hi @hongweipeng, and thanks for getting in touch. This is a feature that dd-trace-py simply hasn't implemented yet. We'll add this note as a feature request to our internal backlog.

hongweipeng commented 2 months ago

Ok, thanks for your answers.