public interface StepExecutionMetrics
| Modifier and Type | Method and Description |
|---|---|
int |
getExecutionCount() |
int |
getFailureCount() |
int |
getLatestCommitCount() |
double |
getLatestDuration() |
long |
getLatestExecutionId() |
String |
getLatestExitCode() |
String |
getLatestExitDescription() |
int |
getLatestFilterCount() |
int |
getLatestReadCount() |
int |
getLatestRollbackCount() |
int |
getLatestSkipCount() |
String |
getLatestStatus() |
int |
getLatestWriteCount() |
double |
getMaxDuration() |
double |
getMeanDuration() |
@ManagedMetric(metricType=COUNTER,
description="Step Execution Count")
int getExecutionCount()
@ManagedMetric(metricType=COUNTER,
description="Step Execution Failure Count")
int getFailureCount()
@ManagedMetric(metricType=GAUGE,
description="Latest Duration Milliseconds")
double getLatestDuration()
@ManagedMetric(metricType=GAUGE,
description="Mean Duration Milliseconds")
double getMeanDuration()
@ManagedMetric(metricType=GAUGE,
description="Max Duration Milliseconds")
double getMaxDuration()
@ManagedMetric(metricType=GAUGE,
description="Latest Step Execution ID")
long getLatestExecutionId()
@ManagedMetric(metricType=GAUGE,
description="Latest Read Count")
int getLatestReadCount()
@ManagedMetric(metricType=GAUGE,
description="Latest Write Count")
int getLatestWriteCount()
@ManagedMetric(metricType=GAUGE,
description="Latest Filter Count")
int getLatestFilterCount()
@ManagedMetric(metricType=GAUGE,
description="Latest Skip Count")
int getLatestSkipCount()
@ManagedMetric(metricType=GAUGE,
description="Latest Commit Count")
int getLatestCommitCount()
@ManagedMetric(metricType=GAUGE,
description="Latest Rollback Count")
int getLatestRollbackCount()
@ManagedAttribute(description="Latest Status") String getLatestStatus()
@ManagedAttribute(description="Latest Exit Code") String getLatestExitCode()
@ManagedAttribute(description="Latest Exit Description") String getLatestExitDescription()
Copyright © 2015. All rights reserved.