Package | Description |
---|---|
io.micrometer.core.aop | |
io.micrometer.core.instrument |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.binder.jvm | |
io.micrometer.core.instrument.binder.kafka | |
io.micrometer.core.instrument.distribution |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.logging |
Copyright 2017 Pivotal Software, Inc.
|
Modifier and Type | Class and Description |
---|---|
class |
TimedAspect
AspectJ aspect for intercepting types or method annotated with @Timed.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiGauge |
Modifier and Type | Method and Description |
---|---|
static Gauge.Builder<Supplier<Number>> |
Gauge.builder(String name,
Supplier<Number> f)
A convenience method for building a gauge from a supplying function, holding a strong
reference to this function.
|
MeterRegistry.Config |
MeterRegistry.Config.onMeterRemoved(Consumer<Meter> meter)
Register an event listener for each meter removed from the registry.
|
Meter |
MeterRegistry.remove(Meter.Id id) |
Meter |
MeterRegistry.remove(Meter meter) |
Gauge.Builder<T> |
Gauge.Builder.strongReference(boolean strong)
Indicates that the gauge should maintain a strong reference on the object upon which
its instantaneous value is determined.
|
Gauge.Builder<T> |
Gauge.Builder.synthetic(Meter.Id syntheticAssociation)
For internal use.
|
Meter.Id |
Meter.Id.syntheticAssociation()
For internal use.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskSpaceMetrics
Record metrics that report disk space usage.
|
Modifier and Type | Class and Description |
---|---|
class |
KafkaConsumerMetrics
Kafka consumer metrics collected from metrics exposed by Kafka consumers via the MBeanServer.
|
Modifier and Type | Class and Description |
---|---|
class |
HistogramGauges |
Modifier and Type | Class and Description |
---|---|
class |
LoggingMeterRegistry |
Copyright © 2018. All rights reserved.