plengauer / opentelemetry-bash

Apache License 2.0
61 stars 4 forks source link

Auto inject into children of python processes #330

Open plengauer opened 5 months ago

plengauer commented 5 months ago

Similar to node (already implemented), python is used a lot for scripting. so injecting into subprocesses could be useful.

probsJustin commented 3 months ago

This would just be:

parent.py |->Child Bash Command

or do you mean:

parent.py |->child_process.py | |->Child Bash Command

or do you mean all subprocesses that will spin off - similar to that in the context of subprocess