Package | Description |
---|---|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.metrics.reporter | |
org.camunda.bpm.engine.impl.telemetry.reporter | |
org.camunda.bpm.engine.impl.util |
Modifier and Type | Field and Description |
---|---|
protected MetricsRegistry |
ProcessEngineConfigurationImpl.metricsRegistry
the metrics registry
|
Modifier and Type | Method and Description |
---|---|
MetricsRegistry |
ProcessEngineConfigurationImpl.getMetricsRegistry() |
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessEngineConfigurationImpl.initDefaultMetrics(MetricsRegistry metricsRegistry) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setMetricsRegistry(MetricsRegistry metricsRegistry) |
Modifier and Type | Field and Description |
---|---|
protected MetricsRegistry |
MetricsCollectionTask.metricsRegistry |
protected MetricsRegistry |
DbMetricsReporter.metricsRegistry |
Modifier and Type | Method and Description |
---|---|
MetricsRegistry |
DbMetricsReporter.getMetricsRegistry() |
Constructor and Description |
---|
DbMetricsReporter(MetricsRegistry metricsRegistry,
CommandExecutor commandExecutor) |
MetricsCollectionTask(MetricsRegistry metricsRegistry,
CommandExecutor commandExecutor) |
Modifier and Type | Field and Description |
---|---|
protected MetricsRegistry |
TelemetrySendingTask.metricsRegistry |
protected MetricsRegistry |
TelemetryReporter.metricsRegistry |
Constructor and Description |
---|
TelemetryReporter(CommandExecutor commandExecutor,
String telemetryEndpoint,
int telemetryRequestRetries,
long telemetryReportingPeriod,
Data data,
org.camunda.connect.spi.Connector<? extends org.camunda.connect.spi.ConnectorRequest<?>> httpConnector,
TelemetryRegistry telemetryRegistry,
MetricsRegistry metricsRegistry,
int telemetryRequestTimeout) |
TelemetrySendingTask(CommandExecutor commandExecutor,
String telemetryEndpoint,
int telemetryRequestRetries,
Data data,
org.camunda.connect.spi.Connector<? extends org.camunda.connect.spi.ConnectorRequest<?>> httpConnector,
TelemetryRegistry telemetryRegistry,
MetricsRegistry metricsRegistry,
int telemetryRequestTimeout) |
Modifier and Type | Method and Description |
---|---|
static void |
TelemetryUtil.updateCollectingTelemetryDataEnabled(TelemetryRegistry telemetryRegistry,
MetricsRegistry metricsRegistry,
boolean enabled) |
Copyright © 2022. All rights reserved.