@PublicEvolving public interface OperatorIOMetricGroup extends MetricGroup
You should only update the metrics in the main operator thread.
Modifier and Type | Method and Description |
---|---|
Counter |
getNumBytesInCounter()
The total number of input bytes since the task started.
|
Counter |
getNumBytesOutCounter()
The total number of output bytes since the task started.
|
Counter |
getNumRecordsInCounter()
The total number of input records since the operator started.
|
Counter |
getNumRecordsOutCounter()
The total number of output records since the operator started.
|
addGroup, addGroup, addGroup, counter, counter, counter, counter, gauge, gauge, getAllVariables, getMetricIdentifier, getMetricIdentifier, getScopeComponents, histogram, histogram, meter, meter
Counter getNumRecordsInCounter()
Counter getNumRecordsOutCounter()
Counter getNumBytesInCounter()
Counter getNumBytesOutCounter()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.