Class MicrometerMetricsCaptor.MicroCounterBuilder

java.lang.Object
org.springframework.integration.support.management.micrometer.MicrometerMetricsCaptor.MicroCounterBuilder
All Implemented Interfaces:
MetricsCaptor.CounterBuilder
Enclosing class:
MicrometerMetricsCaptor

protected static class MicrometerMetricsCaptor.MicroCounterBuilder
extends java.lang.Object
implements MetricsCaptor.CounterBuilder
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected io.micrometer.core.instrument.MeterRegistry meterRegistry  
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected MicroCounterBuilder​(io.micrometer.core.instrument.MeterRegistry meterRegistry, java.lang.String name)  
  • Method Summary

    Modifier and Type Method Description
    CounterFacade build()
    Build the counter.
    MetricsCaptor.CounterBuilder description​(java.lang.String desc)
    Add the description.
    MetricsCaptor.CounterBuilder tag​(java.lang.String key, java.lang.String value)
    Add a tag.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait