Modifier and Type | Method and Description |
---|---|
Histogram |
ChangelogStorageMetricGroup.getAttemptsPerUpload() |
Histogram |
ChangelogStorageMetricGroup.getTotalAttemptsPerUpload() |
Histogram |
ChangelogStorageMetricGroup.getUploadBatchSizes()
The number of upload tasks (coming from one or more writers, i.e. backends/tasks) that were
grouped together and form a single upload resulting in a single file.
|
Histogram |
ChangelogStorageMetricGroup.getUploadLatenciesNanos() |
Histogram |
ChangelogStorageMetricGroup.getUploadSizes() |
Modifier and Type | Class and Description |
---|---|
class |
DropwizardHistogramWrapper
Wrapper to use a Dropwizard
Histogram as a Flink Histogram . |
Constructor and Description |
---|
FlinkHistogramWrapper(Histogram histogram) |
Modifier and Type | Method and Description |
---|---|
default <H extends Histogram> |
MetricGroup.histogram(int name,
H histogram)
Registers a new
Histogram with Flink. |
<H extends Histogram> |
MetricGroup.histogram(String name,
H histogram)
Registers a new
Histogram with Flink. |
Constructor and Description |
---|
DHistogram(Histogram histogram,
String metricName,
String host,
List<String> tags,
Clock clock) |
Modifier and Type | Method and Description |
---|---|
<H extends Histogram> |
UnregisteredMetricsGroup.histogram(String name,
H histogram) |
Modifier and Type | Field and Description |
---|---|
protected Map<Histogram,String> |
AbstractReporter.histograms |
Modifier and Type | Method and Description |
---|---|
Optional<Histogram> |
MetricListener.getHistogram(String... identifier)
Get registered
Histogram with identifier relative to the root metric group. |
Modifier and Type | Class and Description |
---|---|
class |
DescriptiveStatisticsHistogram
The
DescriptiveStatisticsHistogram use a DescriptiveStatistics DescriptiveStatistics as a Flink Histogram . |
Modifier and Type | Method and Description |
---|---|
MetricDumpSerialization.MetricSerializationResult |
MetricDumpSerialization.MetricDumpSerializer.serialize(Map<Counter,Tuple2<QueryScopeInfo,String>> counters,
Map<Gauge<?>,Tuple2<QueryScopeInfo,String>> gauges,
Map<Histogram,Tuple2<QueryScopeInfo,String>> histograms,
Map<Meter,Tuple2<QueryScopeInfo,String>> meters)
Serializes the given metrics and returns the resulting byte array.
|
Modifier and Type | Method and Description |
---|---|
<H extends Histogram> |
AbstractMetricGroup.histogram(String name,
H histogram) |
<H extends Histogram> |
ProxyMetricGroup.histogram(String name,
H histogram) |
Modifier and Type | Method and Description |
---|---|
Histogram |
TaskIOMetricGroup.getMailboxLatency() |
Constructor and Description |
---|
MailboxMetricsController(Histogram latencyHistogram,
Counter mailCounter)
Creates instance of
MailboxMetricsController with references to metrics provided as
parameters. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.