Interface InstrumenterCustomizerProvider
public interface InstrumenterCustomizerProvider
A service provider interface (SPI) for customizing instrumentation behavior.
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(InstrumenterCustomizer customizer) Customizes the given instrumenter.
-
Method Details
-
customize
Customizes the given instrumenter.This method is called for each instrumenter being built. Implementations can use the provided customizer to add or modify behavior of the instrumenter.
- Parameters:
customizer- the customizer for the instrumenter being built
-