类 LatencyHistogram
java.lang.Object
org.apache.pulsar.client.impl.metrics.LatencyHistogram
-
字段概要
字段 -
方法概要
修饰符和类型方法说明voidrecordFailure(long latencyNanos) voidrecordSuccess(long latencyNanos) withAttributes(io.opentelemetry.api.common.Attributes attributes) Create a new histograms that inherits the old histograms attributes and adds new ones.
-
字段详细资料
-
NOOP
-
-
方法详细资料
-
withAttributes
Create a new histograms that inherits the old histograms attributes and adds new ones. -
recordSuccess
public void recordSuccess(long latencyNanos) -
recordFailure
public void recordFailure(long latencyNanos)
-