Class WildFlyPrometheusRegistry

java.lang.Object
io.micrometer.core.instrument.MeterRegistry
io.micrometer.prometheusmetrics.PrometheusMeterRegistry
org.wildfly.extension.micrometer.prometheus.WildFlyPrometheusRegistry
All Implemented Interfaces:
AutoCloseable, WildFlyRegistry

public class WildFlyPrometheusRegistry extends io.micrometer.prometheusmetrics.PrometheusMeterRegistry implements WildFlyRegistry
  • 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 inherited from class io.micrometer.core.instrument.MeterRegistry

    clock
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class io.micrometer.prometheusmetrics.PrometheusMeterRegistry

    defaultHistogramConfig, getBaseTimeUnit, getPrometheusRegistry, meterRegistrationFailed, newCounter, newDistributionSummary, newFunctionCounter, newFunctionTimer, newGauge, newLongTaskTimer, newMeter, newTimer, scrape, scrape, scrape, scrape, scrape, scrape, throwExceptionOnRegistrationFailure

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

    clear, close, config, counter, counter, find, forEachMeter, gauge, gauge, gauge, gauge, gaugeCollectionSize, gaugeMapSize, get, getConventionName, getConventionTags, getMeters, isClosed, 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

    Methods inherited from interface org.wildfly.extension.micrometer.registry.WildFlyRegistry

    addMeter, close, remove
  • Constructor Details

    • WildFlyPrometheusRegistry

      public WildFlyPrometheusRegistry()