org.camunda.bpm.engine.impl.metrics.reporter
Class DbMetricsReporter
java.lang.Object
org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
public class DbMetricsReporter
- extends Object
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
metricsRegistry
protected MetricsRegistry metricsRegistry
commandExecutor
protected CommandExecutor commandExecutor
reporterId
protected String reporterId
reportingIntervalInSeconds
protected long reportingIntervalInSeconds
metricsCollectionTask
protected MetricsCollectionTask metricsCollectionTask
DbMetricsReporter
public DbMetricsReporter(MetricsRegistry metricsRegistry,
CommandExecutor commandExecutor)
initMetricsCollectionTask
protected void initMetricsCollectionTask()
start
public void start()
stop
public void stop()
reportNow
public void reportNow()
getReportingIntervalInSeconds
public long getReportingIntervalInSeconds()
setReportingIntervalInSeconds
public void setReportingIntervalInSeconds(long reportingIntervalInSeconds)
getMetricsRegistry
public MetricsRegistry getMetricsRegistry()
getCommandExecutor
public CommandExecutor getCommandExecutor()
getMetricsCollectionTask
public MetricsCollectionTask getMetricsCollectionTask()
setMetricsCollectionTask
public void setMetricsCollectionTask(MetricsCollectionTask metricsCollectionTask)
setReporterId
public void setReporterId(String reporterId)
Copyright © 2016 camunda services GmbH. All rights reserved.