Class PlatformInstrumentsLoggingService
java.lang.Object
com.google.common.util.concurrent.AbstractScheduledService
com.atlassian.jira.diagnostics.perflog.AbstractDataLoggingService
com.atlassian.jira.diagnostics.perflog.AbstractPerformanceDataLoggingService
com.atlassian.jira.diagnostics.perflog.PlatformInstrumentsLoggingService
- All Implemented Interfaces:
com.google.common.util.concurrent.Service
@Component
public class PlatformInstrumentsLoggingService
extends AbstractPerformanceDataLoggingService
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.util.concurrent.AbstractScheduledService
com.google.common.util.concurrent.AbstractScheduledService.CustomScheduler, com.google.common.util.concurrent.AbstractScheduledService.SchedulerNested classes/interfaces inherited from interface com.google.common.util.concurrent.Service
com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrunOnce()Runs one iteration of data logging including getting metrics and logging them.Methods inherited from class com.atlassian.jira.diagnostics.perflog.AbstractDataLoggingService
runOneIteration, scheduler, shutDown, startUpMethods inherited from class com.google.common.util.concurrent.AbstractScheduledService
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, executor, failureCause, isRunning, serviceName, startAsync, state, stopAsync, toString
-
Method Details
-
runOnce
protected void runOnce()Description copied from class:AbstractDataLoggingServiceRuns one iteration of data logging including getting metrics and logging them.- Specified by:
runOncein classAbstractDataLoggingService
-