| Package | Description |
|---|---|
| org.datadog.jmxfetch | |
| org.datadog.jmxfetch.converter | |
| org.datadog.jmxfetch.reporter | |
| org.datadog.jmxfetch.tasks |
| Modifier and Type | Method and Description |
|---|---|
Reporter |
AppConfig.getReporter() |
| Modifier and Type | Method and Description |
|---|---|
Reporter |
ReporterConverter.convert(String value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleReporter |
class |
JsonReporter |
class |
StatsdReporter
A reporter class to submit metrics via statsd.
|
| Modifier and Type | Method and Description |
|---|---|
static Reporter |
ReporterFactory.getReporter(String type)
Gets the reporter for the corresponding type string (console, statsd).
|
| Modifier and Type | Method and Description |
|---|---|
TaskStatusHandler |
TaskMethod.invoke(Instance instance,
Future<T> future,
Reporter reporter) |
| Constructor and Description |
|---|
TaskProcessor(ExecutorService executor,
Reporter reporter)
TaskProcess constructor.
|
Copyright © 2021. All rights reserved.