Package | Description |
---|---|
org.pentaho.di.core.metrics |
Modifier and Type | Method and Description |
---|---|
static List<MetricsDuration> |
MetricsUtil.getAllDurations(String parentLogChannelId) |
static List<MetricsDuration> |
MetricsUtil.getDuration(String logChannelId,
Metrics metric)
Calculates the durations between the START and STOP snapshots for a given metric description
|
static List<MetricsDuration> |
MetricsUtil.getDurations(String logChannelId)
Calculates the durations between the START and STOP snapshots per metric description and subject (if any)
|