@PublicEvolving
public class StatsDReporter
extends org.apache.flink.metrics.reporter.AbstractReporter
implements org.apache.flink.metrics.reporter.Scheduled
https://github.com/ReadyTalk/metrics-statsd/blob/master/metrics3-statsd/src/main/java/com/readytalk/metrics/StatsDReporter.java
Ported since it was not present in maven central.
| Modifier and Type | Field and Description |
|---|---|
static String |
ARG_HOST |
static String |
ARG_PORT |
| Constructor and Description |
|---|
StatsDReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
filterCharacters(String input) |
void |
open(org.apache.flink.metrics.MetricConfig config) |
void |
report() |
public static final String ARG_HOST
public static final String ARG_PORT
public void open(org.apache.flink.metrics.MetricConfig config)
open in interface org.apache.flink.metrics.reporter.MetricReporterpublic void close()
close in interface org.apache.flink.metrics.reporter.MetricReporterpublic void report()
report in interface org.apache.flink.metrics.reporter.ScheduledCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.