Uses of Interface
org.camunda.bpm.engine.telemetry.Metric
-
Packages that use Metric Package Description org.camunda.bpm.engine.impl.telemetry.dto org.camunda.bpm.engine.impl.telemetry.reporter org.camunda.bpm.engine.telemetry -
-
Uses of Metric in org.camunda.bpm.engine.impl.telemetry.dto
Classes in org.camunda.bpm.engine.impl.telemetry.dto that implement Metric Modifier and Type Class Description class
MetricImpl
Fields in org.camunda.bpm.engine.impl.telemetry.dto with type parameters of type Metric Modifier and Type Field Description protected Map<String,Metric>
InternalsImpl. metrics
Methods in org.camunda.bpm.engine.impl.telemetry.dto that return types with arguments of type Metric Modifier and Type Method Description Map<String,Metric>
InternalsImpl. getMetrics()
Method parameters in org.camunda.bpm.engine.impl.telemetry.dto with type arguments of type Metric Modifier and Type Method Description void
InternalsImpl. setMetrics(Map<String,Metric> metrics)
-
Uses of Metric in org.camunda.bpm.engine.impl.telemetry.reporter
Methods in org.camunda.bpm.engine.impl.telemetry.reporter that return types with arguments of type Metric Modifier and Type Method Description protected Map<String,Metric>
TelemetrySendingTask. calculateMetrics(boolean reset, boolean addLegacyNames)
-
Uses of Metric in org.camunda.bpm.engine.telemetry
Methods in org.camunda.bpm.engine.telemetry that return types with arguments of type Metric Modifier and Type Method Description Map<String,Metric>
Internals. getMetrics()
A selection of metrics collected by the engine.
-