Package com.atlassian.diagnostics
Interface MonitorConfiguration
public interface MonitorConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanbooleanChecks if a monitor is enabled.
-
Method Details
-
isEnabled
boolean isEnabled()Checks if a monitor is enabled.- Returns:
- if the monitor is enabled
-
isDataCenterOnly
default boolean isDataCenterOnly()- Returns:
- true if this monitor is data centre only.
-