Package | Description |
---|---|
org.apache.paimon.flink.metrics | |
org.apache.paimon.metrics |
Modifier and Type | Class and Description |
---|---|
class |
FlinkCounter
Counter which wraps a Flink's Counter . |
class |
FlinkGauge<T>
Gauge which wraps a Flink's Gauge . |
class |
FlinkHistogram
Histogram which wraps a Flink's Histogram . |
Modifier and Type | Method and Description |
---|---|
Map<String,Metric> |
FlinkMetricGroup.getMetrics() |
Modifier and Type | Interface and Description |
---|---|
interface |
Counter
A Counter is a
Metric that measures a count. |
interface |
Gauge<T>
A Gauge is a
Metric that calculates a specific value at a point in time. |
interface |
Histogram
The histogram allows to record values, get the current count of recorded values and create
histogram statistics for the currently seen elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DescriptiveStatisticsHistogram
|
class |
SimpleCounter
A simple low-overhead
Counter . |
Modifier and Type | Method and Description |
---|---|
Map<String,Metric> |
MetricGroup.getMetrics()
Returns all the metrics the group carries.
|
Map<String,Metric> |
MetricGroupImpl.getMetrics() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.