Class FilteredCloudWatchMeterRegistry

java.lang.Object
io.micrometer.core.instrument.MeterRegistry
io.micrometer.core.instrument.push.PushMeterRegistry
io.micrometer.core.instrument.step.StepMeterRegistry
io.micrometer.cloudwatch2.CloudWatchMeterRegistry
de.otto.edison.metrics.cloudwatch.FilteredCloudWatchMeterRegistry

public class FilteredCloudWatchMeterRegistry
extends io.micrometer.cloudwatch2.CloudWatchMeterRegistry
  • Nested Class Summary

    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 
    Modifier and Type Field Description
    static java.lang.String CLOUDWATCH_METRICS_PUBLISHER  

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

    clock
  • Constructor Summary

    Constructors 
    Constructor Description
    FilteredCloudWatchMeterRegistry​(CloudWatchMetricFilter cloudWatchMetricFilter, io.micrometer.cloudwatch2.CloudWatchConfig config, io.micrometer.core.instrument.Clock clock, software.amazon.awssdk.services.cloudwatch.CloudWatchAsyncClient cloudWatchAsyncClient)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<io.micrometer.core.instrument.Meter> getMeters()  

    Methods inherited from class io.micrometer.cloudwatch2.CloudWatchMeterRegistry

    getBaseTimeUnit, publish

    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, 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
  • Field Details

  • Constructor Details

    • FilteredCloudWatchMeterRegistry

      public FilteredCloudWatchMeterRegistry​(CloudWatchMetricFilter cloudWatchMetricFilter, io.micrometer.cloudwatch2.CloudWatchConfig config, io.micrometer.core.instrument.Clock clock, software.amazon.awssdk.services.cloudwatch.CloudWatchAsyncClient cloudWatchAsyncClient)
  • Method Details

    • getMeters

      public java.util.List<io.micrometer.core.instrument.Meter> getMeters()
      Overrides:
      getMeters in class io.micrometer.core.instrument.MeterRegistry