Uses of Interface
org.pentaho.di.core.logging.MetricsInterface
Package
Description
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
-
Uses of MetricsInterface in org.pentaho.di.core.logging
Modifier and TypeMethodDescriptionvoid
LogChannel.snap
(MetricsInterface metric, long... value) void
LogChannel.snap
(MetricsInterface metric, String subject, long... value) void
LogChannelInterface.snap
(MetricsInterface metric, long... value) Add a snapshot to the metrics system for this log channel at the time of invocation.void
LogChannelInterface.snap
(MetricsInterface metric, String subject, long... value) Add a maximum snapshot to the metrics system for this log channel at the time of invocation. -
Uses of MetricsInterface in org.pentaho.di.core.metrics
Modifier and TypeMethodDescriptionMetricsSnapshot.getMetric()
MetricsSnapshotInterface.getMetric()
Modifier and TypeMethodDescriptionstatic String
MetricsSnapshot.getKey
(MetricsInterface metric, String subject) void
MetricsSnapshot.setMetric
(MetricsInterface metric) ModifierConstructorDescriptionMetricsSnapshot
(MetricsSnapshotType type, MetricsInterface metric, long value, String logChannelId) Create a snapshot metric with a value.MetricsSnapshot
(MetricsSnapshotType type, MetricsInterface metric, String logChannelId) Create a new metrics snapshot without a subjectMetricsSnapshot
(MetricsSnapshotType type, MetricsInterface metric, String subject, long value, String logChannelId) Create a snapshot metric with a value.MetricsSnapshot
(MetricsSnapshotType type, MetricsInterface metric, String subject, String logChannelId) Create a new metrics snapshot