Class DefaultNoopMetricsRecorder
java.lang.Object
io.camunda.zeebe.spring.client.metrics.DefaultNoopMetricsRecorder
- All Implemented Interfaces:
MetricsRecorder
Default implementation for MetricsRecorder
simply ignoring the counts.
Typically you will replace this by a proper Micrometer implementation
as you can find in the starter module (activated if Actuator is on the classpath)
-
Field Summary
Fields inherited from interface io.camunda.zeebe.spring.client.metrics.MetricsRecorder
ACTION_ACTIVATED, ACTION_BPMN_ERROR, ACTION_COMPLETED, ACTION_FAILED, METRIC_NAME_INBOUND_CONNECTOR, METRIC_NAME_JOB, METRIC_NAME_OUTBOUND_CONNECTOR -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultNoopMetricsRecorder
public DefaultNoopMetricsRecorder()
-
-
Method Details
-
increase
- Specified by:
increasein interfaceMetricsRecorder
-
executeWithTimer
- Specified by:
executeWithTimerin interfaceMetricsRecorder
-