| Package | Description |
|---|---|
| org.apache.hudi.metrics | |
| org.apache.hudi.metrics.cloudwatch | |
| org.apache.hudi.metrics.datadog | |
| org.apache.hudi.metrics.prometheus | |
| org.apache.hudi.metrics.userdefined |
| 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 MetricsReporter |
MetricsReporterFactory.createReporter(HoodieWriteConfig config,
com.codahale.metrics.MetricRegistry registry) |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudWatchMetricsReporter
Hudi Amazon CloudWatch metrics reporter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatadogMetricsReporter
Hudi Datadog metrics reporter.
|
| 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
Abstract class of user defined metrics reporter.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.