Class DefaultNoopMetricsRecorder

java.lang.Object
io.camunda.zeebe.spring.client.metrics.DefaultNoopMetricsRecorder
All Implemented Interfaces:
MetricsRecorder

public class DefaultNoopMetricsRecorder extends Object implements 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)