| Package | Description |
|---|---|
| org.axonframework.micrometer |
| Modifier and Type | Method and Description |
|---|---|
static EventProcessorLatencyMonitor.Builder |
EventProcessorLatencyMonitor.builder()
Instantiate a Builder to be able to create a
EventProcessorLatencyMonitor. |
EventProcessorLatencyMonitor.Builder |
EventProcessorLatencyMonitor.Builder.clock(io.micrometer.core.instrument.Clock clock)
Sets the
Clock used to define the processing duration of a given message being pushed through this
MessageMonitor. |
EventProcessorLatencyMonitor.Builder |
EventProcessorLatencyMonitor.Builder.meterNamePrefix(String meterNamePrefix)
Sets the name used to prefix the names of the
Gauge instances created by this
MessageMonitor. |
EventProcessorLatencyMonitor.Builder |
EventProcessorLatencyMonitor.Builder.meterRegistry(io.micrometer.core.instrument.MeterRegistry meterRegistry)
Specifies the
MeterRegistry used to registered the Gauge instances to. |
EventProcessorLatencyMonitor.Builder |
EventProcessorLatencyMonitor.Builder.tagsBuilder(Function<Message<?>,Iterable<io.micrometer.core.instrument.Tag>> tagsBuilder)
Configures the
Function used to deduce what the Tags should be for a message being monitored. |
| Constructor and Description |
|---|
EventProcessorLatencyMonitor(EventProcessorLatencyMonitor.Builder builder)
Instantiate a
EventProcessorLatencyMonitor based on the fields contained in the EventProcessorLatencyMonitor.Builder. |
Copyright © 2010–2023. All rights reserved.