| Package | Description |
|---|---|
| com.atlassian.diagnostics.internal.platform.monitor.scheduler |
| Modifier and Type | Method and Description |
|---|---|
List<RunningJobDiagnostic> |
SchedulerDiagnostic.getRunningJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerMonitor.raiseAlertForHighUtilization(Instant timestamp,
List<RunningJobDiagnostic> runningJobs,
int workerThreadCount)
Raises an alert for scheduler high utilization.
|
| Constructor and Description |
|---|
SchedulerDiagnostic(int workerThreads,
List<RunningJobDiagnostic> runningJobs,
List<ScheduledJobDiagnostic> scheduledJobs) |
Copyright © 2017–2019 Atlassian. All rights reserved.