Interface IMonitoringManager


  • public interface IMonitoringManager
    Monitoring manager allows to configure monitoring settings.
    • Method Detail

      • setEnabled

        void setEnabled​(boolean enabled)
        Sets whether monitoring is enabled. Enablement state is persistent between DT startups.
        Parameters:
        enabled - whether monitoring is enabled
      • isEnabled

        boolean isEnabled()
        Returns whether monitoring is enabled. Enablement state is persistent between DT startups.
        Returns:
        whether monitoring is enabled
      • getInstanceId

        Optional<String> getInstanceId()
        Returns String represented application instance id. Instance id is unique id of the monitoring client. May return empty if monitoring is disabled or monitoring startup was failed.
        Returns:
        a String represented application instance id