Class ElasticMeterRegistry


  • public class ElasticMeterRegistry
    extends io.micrometer.core.instrument.step.StepMeterRegistry
    MeterRegistry for Elasticsearch.
    Since:
    1.1.0
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ElasticMeterRegistry.Builder  
      • Nested classes/interfaces inherited from class io.micrometer.core.instrument.MeterRegistry

        io.micrometer.core.instrument.MeterRegistry.Config, io.micrometer.core.instrument.MeterRegistry.More
    • Field Summary

      • Fields inherited from class io.micrometer.core.instrument.MeterRegistry

        clock
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ElasticMeterRegistry.Builder builder​(ElasticConfig config)  
      protected java.lang.String generateTimestamp()  
      protected java.util.concurrent.TimeUnit getBaseTimeUnit()  
      protected java.lang.String indexName()  
      protected void publish()  
      void start​(java.util.concurrent.ThreadFactory threadFactory)  
      • Methods inherited from class io.micrometer.core.instrument.step.StepMeterRegistry

        defaultHistogramConfig, newCounter, newDistributionSummary, newFunctionCounter, newFunctionTimer, newGauge, newLongTaskTimer, newMeter, newTimer
      • Methods inherited from class io.micrometer.core.instrument.push.PushMeterRegistry

        close, start, stop
      • Methods inherited from class io.micrometer.core.instrument.MeterRegistry

        clear, config, counter, counter, find, forEachMeter, gauge, gauge, gauge, gauge, gaugeCollectionSize, gaugeMapSize, get, getConventionName, getConventionTags, getMeters, isClosed, more, newTimeGauge, remove, remove, summary, summary, timer, timer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ElasticMeterRegistry

        public ElasticMeterRegistry​(ElasticConfig config,
                                    io.micrometer.core.instrument.Clock clock)
    • Method Detail

      • start

        public void start​(java.util.concurrent.ThreadFactory threadFactory)
        Overrides:
        start in class io.micrometer.core.instrument.push.PushMeterRegistry
      • publish

        protected void publish()
        Specified by:
        publish in class io.micrometer.core.instrument.push.PushMeterRegistry
      • indexName

        protected java.lang.String indexName()
      • generateTimestamp

        protected java.lang.String generateTimestamp()
      • getBaseTimeUnit

        @NonNull
        protected java.util.concurrent.TimeUnit getBaseTimeUnit()
        Specified by:
        getBaseTimeUnit in class io.micrometer.core.instrument.MeterRegistry