Package | Description |
---|---|
io.micrometer.core.instrument |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.composite |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.cumulative |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.dropwizard |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.internal |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.noop |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.simple |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.step |
Copyright 2017 Pivotal Software, Inc.
|
Modifier and Type | Method and Description |
---|---|
default Iterable<Measurement> |
Timer.measure() |
Iterable<Measurement> |
Meter.measure()
Get a set of measurements.
|
default Iterable<Measurement> |
LongTaskTimer.measure() |
default Iterable<Measurement> |
Gauge.measure() |
default Iterable<Measurement> |
FunctionTimer.measure() |
default Iterable<Measurement> |
FunctionCounter.measure() |
default Iterable<Measurement> |
DistributionSummary.measure() |
default Iterable<Measurement> |
Counter.measure() |
Modifier and Type | Method and Description |
---|---|
static Meter.Builder |
Meter.builder(String name,
Meter.Type type,
Iterable<Measurement> measurements) |
protected abstract Meter |
MeterRegistry.newMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements)
Build a new custom meter to be added to the registry.
|
Modifier and Type | Method and Description |
---|---|
protected Meter |
CompositeMeterRegistry.newMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements) |
Modifier and Type | Method and Description |
---|---|
Iterable<Measurement> |
CumulativeDistributionSummary.measure() |
Modifier and Type | Method and Description |
---|---|
protected Meter |
DropwizardMeterRegistry.newMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements) |
Modifier and Type | Method and Description |
---|---|
Iterable<Measurement> |
DefaultMeter.measure() |
Constructor and Description |
---|
DefaultMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements) |
Modifier and Type | Method and Description |
---|---|
List<Measurement> |
NoopMeter.measure() |
Modifier and Type | Method and Description |
---|---|
protected Meter |
SimpleMeterRegistry.newMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements) |
Modifier and Type | Method and Description |
---|---|
Iterable<Measurement> |
StepDistributionSummary.measure() |
Modifier and Type | Method and Description |
---|---|
protected Meter |
StepMeterRegistry.newMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements) |
Copyright © 2018. All rights reserved.