| Package | Description |
|---|---|
| org.datadog.jmxfetch | |
| org.datadog.jmxfetch.reporter | |
| org.datadog.jmxfetch.tasks |
| Modifier and Type | Method and Description |
|---|---|
Reporter |
AppConfig.getReporter()
Returns the Reporter for this app config.
|
| 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(AppConfig appConfig)
Gets the reporter for the corresponding app config.
|
| 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 © 2022. All rights reserved.