Is your feature request related to a problem? Please describe.
My application uses for some special cases external binaries. When they are called in a transaction this results in a big empty space in the transaction.
Describe the solution you'd like
Track the execution duration of the external binary and if possible also the execution call.
I would be working on this. Just wanted to get feedback on what libraries/apis are often used to execute external binaries. I was currently thinking of supporting the following
- Java Process Builder API
- Java Runtime API
- Apache Commons Exec
Is your feature request related to a problem? Please describe.
My application uses for some special cases external binaries. When they are called in a transaction this results in a big empty space in the transaction.
Describe the solution you'd like
Track the execution duration of the external binary and if possible also the execution call.
I would be working on this. Just wanted to get feedback on what libraries/apis are often used to execute external binaries. I was currently thinking of supporting the following