Class PerformanceMonitoringFeatureFlags
java.lang.Object
com.atlassian.jira.diagnostics.perflog.PerformanceMonitoringFeatureFlags
- All Implemented Interfaces:
FeatureFlagProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FeatureFlagFeature flag for disabling performance logging. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DIAGNOSTICS_PERFORMANCE_LOGGING
Feature flag for disabling performance logging. Each time a performance logging iteration is run (which happens periodically) this flag will be checked and if disabled, iteration will not run
-
-
Constructor Details
-
PerformanceMonitoringFeatureFlags
public PerformanceMonitoringFeatureFlags()
-
-
Method Details
-
getFeatureFlags
- Specified by:
getFeatureFlagsin interfaceFeatureFlagProvider- Returns:
- a set of feature flags
-