@PublicEvolving public interface SinkCommitterMetricGroup extends OperatorMetricGroup
You should only update the metrics in the main operator thread.
Modifier and Type | Method and Description |
---|---|
Counter |
getNumCommittablesAlreadyCommittedCounter()
The total number of already committed committables.
|
Counter |
getNumCommittablesFailureCounter()
The total number of committable failures.
|
Counter |
getNumCommittablesRetryCounter()
The total number of committable retry.
|
Counter |
getNumCommittablesSuccessCounter()
The total number of successful committables.
|
Counter |
getNumCommittablesTotalCounter()
The total number of committables arrived.
|
void |
setCurrentPendingCommittablesGauge(Gauge<Integer> currentPendingCommittablesGauge)
The pending committables.
|
getIOMetricGroup
addGroup, addGroup, addGroup, addSpan, counter, counter, counter, counter, gauge, gauge, getAllVariables, getMetricIdentifier, getMetricIdentifier, getScopeComponents, histogram, histogram, meter, meter
Counter getNumCommittablesTotalCounter()
Counter getNumCommittablesFailureCounter()
Counter getNumCommittablesRetryCounter()
Counter getNumCommittablesSuccessCounter()
Counter getNumCommittablesAlreadyCommittedCounter()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.