Class WildFlyOtlpRegistry
- java.lang.Object
-
- io.micrometer.core.instrument.MeterRegistry
-
- io.micrometer.core.instrument.push.PushMeterRegistry
-
- io.micrometer.registry.otlp.OtlpMeterRegistry
-
- org.wildfly.extension.micrometer.registry.WildFlyOtlpRegistry
-
- All Implemented Interfaces:
WildFlyRegistry
public class WildFlyOtlpRegistry extends io.micrometer.registry.otlp.OtlpMeterRegistry implements WildFlyRegistry
-
-
Constructor Summary
Constructors Constructor Description WildFlyOtlpRegistry(WildFlyMicrometerConfig config)
-
Method Summary
-
Methods inherited from class io.micrometer.registry.otlp.OtlpMeterRegistry
defaultHistogramConfig, getBaseTimeUnit, newCounter, newDistributionSummary, newFunctionCounter, newFunctionTimer, newGauge, newLongTaskTimer, newMeter, newTimer, publish
-
Methods inherited from class io.micrometer.core.instrument.push.PushMeterRegistry
close, isPublishing, 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
-
Methods inherited from interface org.wildfly.extension.micrometer.registry.WildFlyRegistry
addMeter, close, remove
-
-
-
-
Constructor Detail
-
WildFlyOtlpRegistry
public WildFlyOtlpRegistry(WildFlyMicrometerConfig config)
-
-