Exclude classes from excluded classes

I would like to develop a plugin that instruments a class in org.jboss.as.ejb3.remote. However classes_excluded_from_instrumentation_default contains (?-i)org.jboss.as.*, so my instrumentation is ignored by default. Is it possible to exclude org.jboss.as.ejb3.remote.* (or a sigle class) from classes_excluded_from_instrumentation_default?

Hi and thanks for the question.
The classes_excluded_from_instrumentation_default config option is marked as internal, so it is not documented, however it is still a config option that you can override with whatever value you want.
I hope this helps.

Thank you, But I was hopping for a solution that doesn‘t involve changing the parameter.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.