| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleMetricsReporter
Hudi Console metrics reporter.
|
class |
InMemoryMetricsReporter
Used for testing.
|
class |
JmxMetricsReporter
Implementation of Jmx reporter, which used to report jmx metric.
|
class |
MetricsGraphiteReporter
Implementation of Graphite reporter, which connects to the Graphite server, and send metrics to that server.
|
| Modifier and Type | Method and Description |
|---|---|
static Option<MetricsReporter> |
MetricsReporterFactory.createReporter(HoodieMetricsConfig metricsConfig,
com.codahale.metrics.MetricRegistry registry) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomizableMetricsReporter
Extensible metrics reporter for custom implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatadogMetricsReporter
Hudi Datadog metrics reporter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
M3MetricsReporter
Implementation of M3 Metrics reporter, which can report metrics to a https://m3db.io/ service
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrometheusReporter
Implementation of Prometheus reporter, which connects to the Http server, and get metrics
from that server.
|
class |
PushGatewayMetricsReporter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUserDefinedMetricsReporter
Deprecated.
Extend
CustomizableMetricsReporter instead. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.