| Package | Description |
|---|---|
| io.micrometer.core.aop | |
| io.micrometer.core.instrument |
Copyright 2017 Pivotal Software, Inc.
|
| io.micrometer.core.instrument.binder.httpcomponents | |
| io.micrometer.core.instrument.binder.jvm | |
| io.micrometer.core.instrument.binder.kafka | |
| io.micrometer.core.instrument.binder.mongodb | |
| 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 methods 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.
|
void |
MeterRegistry.clear()
Clear all meters.
|
MeterRegistry.Config |
MeterRegistry.Config.onMeterRemoved(Consumer<Meter> meterRemovedListener)
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 |
MicrometerHttpRequestExecutor
This HttpRequestExecutor tracks the request duration of every request, that
goes through an
org.apache.http.client.HttpClient. |
| 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 |
MongoMetricsCommandListener
CommandListener for collecting command metrics from MongoClient. |
class |
MongoMetricsConnectionPoolListener
ConnectionPoolListener for collecting connection pool metrics from MongoClient. |
| Modifier and Type | Class and Description |
|---|---|
class |
HistogramGauges |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingMeterRegistry
Logging
MeterRegistry. |
Copyright © 2020 LeanCloud. All rights reserved.