Interface AtlassianInstrumentationControl


  • @Internal
    @ParametersAreNonnullByDefault
    public interface AtlassianInstrumentationControl
    Provides operations to allow Confluence's uses of the atlassian-instrumentation library to be manipulated from plugins.

    since 5.8

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void resetOpTimerFactorySupplier()
      Resets the supplier of OpTimerFactory instances used by the monitoring implementation back to the default.
      void setOpTimerFactorySupplier​(Supplier<com.atlassian.instrumentation.operations.OpTimerFactory> opTimerFactorySupplier)
      Provide a new supplier of OpTimerFactory instances to be used by the monitoring implementation.