Skip to content

Create spans for calls to external binaries #767

@theobisproject

Description

@theobisproject

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions