Modifier and Type | Class and Description |
---|---|
class |
ScheduledDropwizardReporter
Base class for
MetricReporter that wraps a Dropwizard
Reporter . |
Modifier and Type | Class and Description |
---|---|
class |
DatadogHttpReporter
Metric Reporter for Datadog.
|
Modifier and Type | Method and Description |
---|---|
MetricReporter |
DatadogHttpReporterFactory.createMetricReporter(Properties config) |
Modifier and Type | Class and Description |
---|---|
class |
GraphiteReporter
This class acts as a factory for the
GraphiteReporter and
allows using it as a Flink reporter. |
Modifier and Type | Method and Description |
---|---|
MetricReporter |
GraphiteReporterFactory.createMetricReporter(Properties properties) |
Modifier and Type | Class and Description |
---|---|
class |
InfluxdbReporter
MetricReporter that exports Metrics via InfluxDB. |
Modifier and Type | Method and Description |
---|---|
MetricReporter |
InfluxdbReporterFactory.createMetricReporter(Properties properties) |
Modifier and Type | Class and Description |
---|---|
class |
JMXReporter
MetricReporter that exports Metrics via JMX. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrometheusReporter
base prometheus reporter for prometheus metrics.
|
class |
PrometheusPushGatewayReporter
|
class |
PrometheusReporter
MetricReporter that exports Metrics via Prometheus. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReporter
Base interface for custom metric reporters.
|
Modifier and Type | Method and Description |
---|---|
MetricReporter |
MetricReporterFactory.createMetricReporter(Properties properties)
Creates a new metric reporter.
|
Modifier and Type | Class and Description |
---|---|
class |
Slf4jReporter
|
Modifier and Type | Method and Description |
---|---|
MetricReporter |
Slf4jReporterFactory.createMetricReporter(Properties properties) |
Modifier and Type | Class and Description |
---|---|
class |
StatsDReporter
Largely based on the StatsDReporter class by ReadyTalk.
|
Modifier and Type | Method and Description |
---|---|
MetricReporter |
StatsDReporterFactory.createMetricReporter(Properties properties) |
Modifier and Type | Method and Description |
---|---|
MetricReporter |
ReporterSetup.getReporter() |
Modifier and Type | Method and Description |
---|---|
List<MetricReporter> |
MetricRegistryImpl.getReporters() |
Modifier and Type | Method and Description |
---|---|
static ReporterSetup |
ReporterSetup.forReporter(String reporterName,
MetricConfig metricConfig,
MetricReporter reporter) |
static ReporterSetup |
ReporterSetup.forReporter(String reporterName,
MetricFilter metricFilter,
MetricReporter reporter) |
static ReporterSetup |
ReporterSetup.forReporter(String reporterName,
MetricReporter reporter) |
Constructor and Description |
---|
ReporterSetup(String name,
MetricConfig configuration,
MetricReporter reporter,
MetricFilter filter,
Map<String,String> additionalVariables) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.