Class ElasticMeterRegistry

java.lang.Object
io.micrometer.core.instrument.MeterRegistry
io.micrometer.core.instrument.push.PushMeterRegistry
io.micrometer.core.instrument.step.StepMeterRegistry
io.micrometer.elastic.ElasticMeterRegistry

public class ElasticMeterRegistry extends io.micrometer.core.instrument.step.StepMeterRegistry
MeterRegistry for Elasticsearch.
Since:
1.1.0
Implementation Note:
This implementation requires Elasticsearch 7 or above.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    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
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    ElasticMeterRegistry(ElasticConfig config, io.micrometer.core.instrument.Clock clock)
     
    protected
    ElasticMeterRegistry(ElasticConfig config, io.micrometer.core.instrument.Clock clock, ThreadFactory threadFactory, io.micrometer.core.ipc.http.HttpSender httpClient)
    Create a new instance with given parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected String
    Return formatted current timestamp.
    protected TimeUnit
     
    protected String
    Return index name.
    protected void
     

    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, 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, meterRegistrationFailed, more, newLongTaskTimer, newTimeGauge, remove, remove, removeByPreFilterId, summary, summary, timer, timer

    Methods inherited from class java.lang.Object

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

    • ElasticMeterRegistry

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

      protected ElasticMeterRegistry(ElasticConfig config, io.micrometer.core.instrument.Clock clock, ThreadFactory threadFactory, io.micrometer.core.ipc.http.HttpSender httpClient)
      Create a new instance with given parameters.
      Parameters:
      config - configuration to use
      clock - clock to use
      threadFactory - thread factory to use
      httpClient - http client to use
      Since:
      1.2.1
  • Method Details

    • builder

      public static ElasticMeterRegistry.Builder builder(ElasticConfig config)
    • publish

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

      protected String indexName()
      Return index name.
      Returns:
      index name.
      Since:
      1.2.0
    • generateTimestamp

      protected String generateTimestamp()
      Return formatted current timestamp.
      Returns:
      formatted current timestamp
      Since:
      1.2.0
    • getBaseTimeUnit

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