public class DatadogReporterServiceImpl extends org.nuxeo.runtime.model.DefaultComponent implements DatadogReporterService
| Modifier and Type | Field and Description |
|---|---|
protected com.codahale.metrics.MetricRegistry |
metrics |
| Constructor and Description |
|---|
DatadogReporterServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
applicationStarted(org.nuxeo.runtime.model.ComponentContext context) |
void |
registerContribution(Object contribution,
String extensionPoint,
org.nuxeo.runtime.model.ComponentInstance contributor) |
void |
startReporter()
Starts the datadog reporter if it's not started.
|
void |
stopReporter()
Stops the datadog reporter if it's started.
|
public void applicationStarted(org.nuxeo.runtime.model.ComponentContext context)
applicationStarted in interface org.nuxeo.runtime.model.ComponentapplicationStarted in class org.nuxeo.runtime.model.DefaultComponentpublic void registerContribution(Object contribution, String extensionPoint, org.nuxeo.runtime.model.ComponentInstance contributor)
registerContribution in class org.nuxeo.runtime.model.DefaultComponentpublic void startReporter()
DatadogReporterServicestartReporter in interface DatadogReporterServicepublic void stopReporter()
DatadogReporterServicestopReporter in interface DatadogReporterServiceCopyright © 2020 Nuxeo SA. All rights reserved.