Open
Description
The engine currently relies on libxml2 on Linux in order to load and parse instrumentation method configurations. It would be ideal if this dependency could be removed so that it does not require, for example, app containers to install this dependency; this would move closer to being able to dynamically attach the engine from a sidecar container without putting library requirements on the app container.
Alternatives to the dynamic dependency:
- statically link the library.
- convert to JSON configuration and use something like rapidJSON; could allow XML configuration via separate helper shard library that is loaded on demand (or is loaded by default but can be opted-out).
Metadata
Metadata
Assignees
Labels
No labels