| Modifier and Type | Field and Description |
|---|---|
static Attribute<io.micrometer.core.instrument.Tags> |
TAGS
Allows to pass arbitrary metrics tags directly from a call site.
|
| Constructor and Description |
|---|
MicrometerPlugin(io.micrometer.core.instrument.MeterRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
RequestExecution |
aroundNetwork(RequestExecution execution) |
MicrometerPlugin |
withAdditionalTagGenerators(Collection<TagGenerator> generators) |
MicrometerPlugin |
withAdditionalTagGenerators(TagGenerator first,
TagGenerator... rest) |
MicrometerPlugin |
withDefaultTags(Iterable<io.micrometer.core.instrument.Tag> defaultTags) |
MicrometerPlugin |
withDefaultTags(io.micrometer.core.instrument.Tag... defaultTags) |
MicrometerPlugin |
withMetricName(String metricName) |
MicrometerPlugin |
withTagGenerators(Collection<TagGenerator> generators) |
MicrometerPlugin |
withTagGenerators(TagGenerator generator,
TagGenerator... generators) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaroundAsync, aroundDispatch, aroundSerialization, composite, compositepublic static final Attribute<io.micrometer.core.instrument.Tags> TAGS
public MicrometerPlugin(io.micrometer.core.instrument.MeterRegistry registry)
public MicrometerPlugin withMetricName(String metricName)
public MicrometerPlugin withDefaultTags(io.micrometer.core.instrument.Tag... defaultTags)
public MicrometerPlugin withDefaultTags(Iterable<io.micrometer.core.instrument.Tag> defaultTags)
public MicrometerPlugin withAdditionalTagGenerators(TagGenerator first, TagGenerator... rest)
public MicrometerPlugin withAdditionalTagGenerators(Collection<TagGenerator> generators)
public MicrometerPlugin withTagGenerators(TagGenerator generator, TagGenerator... generators)
public MicrometerPlugin withTagGenerators(Collection<TagGenerator> generators)
public RequestExecution aroundNetwork(RequestExecution execution)
aroundNetwork in interface PluginCopyright © 2015–2022 Zalando SE. All rights reserved.