Package 

Class InstrumenterConfig


  • 
    public class InstrumenterConfig
    
                        

    This config is needed before instrumentation is applied

    For example anything that changes what advice is applied, or what classes are instrumented

    This config will be baked into native-images at build time, because instrumentation is also baked in at that point

    Config that is accessed from inside advice, for example during application runtime after the advice has been applied, shouldn't be in InstrumenterConfig (it really should just be config that must be there ahead of instrumentation)