Lib_ppx_profiler: Add the possibility to make a ppx opt in for a driver
What
Make it so that TEZOS_PPX_PROFILER can now contain a list of driver ids that allow to preprocess or not some ppx attributes
Why
Opentelemetry needs to wrap functions with the ppx but we don't want to preprocess these attributes when profiling with other backends
How
Manually testing the MR
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR