Package | Description |
---|---|
org.pentaho.di.core.logging |
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
|
org.pentaho.di.core.metrics |
Modifier and Type | Method and Description |
---|---|
Deque<MetricsSnapshotInterface> |
MetricsRegistry.getSnapshotList(String logChannelId)
Get the snapshot list for the given log channel ID.
|
Map<String,Deque<MetricsSnapshotInterface>> |
MetricsRegistry.getSnapshotLists() |
Map<String,MetricsSnapshotInterface> |
MetricsRegistry.getSnapshotMap(String logChannelId)
Get the snapshot map for the given log channel ID.
|
Map<String,Map<String,MetricsSnapshotInterface>> |
MetricsRegistry.getSnapshotMaps() |
Modifier and Type | Method and Description |
---|---|
void |
MetricsRegistry.addSnapshot(LogChannelInterface logChannel,
MetricsSnapshotInterface snapshot) |
Modifier and Type | Class and Description |
---|---|
class |
MetricsSnapshot |
Modifier and Type | Method and Description |
---|---|
static List<MetricsSnapshotInterface> |
MetricsUtil.getResultsList(Metrics metric) |