Package | Description |
---|---|
io.micrometer.core.instrument |
Copyright 2017 Pivotal Software, Inc.
|
Modifier and Type | Method and Description |
---|---|
MeterRegistry.Config |
MeterRegistry.Config.commonTags(Iterable<Tag> tags)
Append a list of common tags to apply to all metrics reported to the monitoring system.
|
MeterRegistry.Config |
MeterRegistry.Config.commonTags(String... tags)
Append a list of common tags to apply to all metrics reported to the monitoring system.
|
MeterRegistry.Config |
MeterRegistry.config() |
MeterRegistry.Config |
MeterRegistry.Config.meterFilter(MeterFilter filter)
Add a meter filter to the registry.
|
MeterRegistry.Config |
MeterRegistry.Config.namingConvention(NamingConvention convention)
Use the provided naming convention, overriding the default for your monitoring system.
|
MeterRegistry.Config |
MeterRegistry.Config.onMeterAdded(Consumer<Meter> meter)
Register an event listener for each meter added to the registry.
|
MeterRegistry.Config |
MeterRegistry.Config.onMeterRemoved(Consumer<Meter> meter)
Register an event listener for each meter removed from the registry.
|
MeterRegistry.Config |
MeterRegistry.Config.pauseDetector(PauseDetector detector)
Sets the default pause detector to use for all timers in this registry.
|
Copyright © 2018. All rights reserved.