Interface MutableRegistryConfiguration

All Superinterfaces:
com.atlassian.instrumentation.RegistryConfiguration
All Known Implementing Classes:
ConfluenceInstrumentRegistryConfiguration

public interface MutableRegistryConfiguration extends com.atlassian.instrumentation.RegistryConfiguration
Interface to define method for RegistryConfiguration modification
Since:
6.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setCpuCostCollected(boolean cpuCostCollected)
     

    Methods inherited from interface com.atlassian.instrumentation.RegistryConfiguration

    getRegistryHomeDirectory, getRegistryName, isCPUCostCollected
  • Method Details

    • setCpuCostCollected

      void setCpuCostCollected(boolean cpuCostCollected)