Open hongweipeng opened 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.
DD_PROFILING_ENABLED=true
Java profiler has file and socket I/O data. Why doesn't Python support it?
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.
Ok, thanks for your answers.
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?