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.otlp.WildFlyOtlpRegistry
- All Implemented Interfaces:
AutoCloseable,WildFlyRegistry
public class WildFlyOtlpRegistry
extends io.micrometer.registry.otlp.OtlpMeterRegistry
implements WildFlyRegistry
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.micrometer.registry.otlp.OtlpMeterRegistry
io.micrometer.registry.otlp.OtlpMeterRegistry.BuilderNested 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 -
Method Summary
Methods inherited from class io.micrometer.registry.otlp.OtlpMeterRegistry
builder, close, defaultHistogramConfig, getBaseTimeUnit, newCounter, newDistributionSummary, newFunctionCounter, newFunctionTimer, newGauge, newLongTaskTimer, newMeter, newTimer, publish, start, startMessage, stopMethods inherited from class io.micrometer.core.instrument.push.PushMeterRegistry
getLastScheduledPublishStartTime, isPublishing, start, waitForInProgressScheduledPublishMethods 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, timerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.extension.micrometer.registry.WildFlyRegistry
addMeter, close, remove
-
Constructor Details
-
WildFlyOtlpRegistry
-