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.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.search |
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 |
---|---|
LongTaskTimer |
MeterRegistry.More.longTaskTimer(String name,
Iterable<Tag> tags)
Measures the time taken for long tasks.
|
LongTaskTimer |
Metrics.More.longTaskTimer(String name,
Iterable<Tag> tags)
Measures the time taken for long tasks.
|
LongTaskTimer |
MeterRegistry.More.longTaskTimer(String name,
String... tags)
Measures the time taken for long tasks.
|
LongTaskTimer |
Metrics.More.longTaskTimer(String name,
String... tags)
Measures the time taken for long tasks.
|
protected abstract LongTaskTimer |
MeterRegistry.newLongTaskTimer(Meter.Id id)
Build a new long task timer to be added to the registry.
|
LongTaskTimer |
LongTaskTimer.Builder.register(MeterRegistry registry)
Add the long task timer to a single registry, or return an existing long task timer in that registry.
|
Modifier and Type | Method and Description |
---|---|
default <T> T |
Meter.match(Function<Gauge,T> visitGauge,
Function<Counter,T> visitCounter,
Function<Timer,T> visitTimer,
Function<DistributionSummary,T> visitSummary,
Function<LongTaskTimer,T> visitLongTaskTimer,
Function<TimeGauge,T> visitTimeGauge,
Function<FunctionCounter,T> visitFunctionCounter,
Function<FunctionTimer,T> visitFunctionTimer,
Function<Meter,T> visitMeter)
|
default void |
Meter.use(Consumer<Gauge> visitGauge,
Consumer<Counter> visitCounter,
Consumer<Timer> visitTimer,
Consumer<DistributionSummary> visitSummary,
Consumer<LongTaskTimer> visitLongTaskTimer,
Consumer<TimeGauge> visitTimeGauge,
Consumer<FunctionCounter> visitFunctionCounter,
Consumer<FunctionTimer> visitFunctionTimer,
Consumer<Meter> visitMeter)
|
Constructor and Description |
---|
Sample(LongTaskTimer timer,
long task) |
Modifier and Type | Method and Description |
---|---|
protected LongTaskTimer |
CompositeMeterRegistry.newLongTaskTimer(Meter.Id id) |
Modifier and Type | Method and Description |
---|---|
protected LongTaskTimer |
DropwizardMeterRegistry.newLongTaskTimer(Meter.Id id) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLongTaskTimer |
Modifier and Type | Class and Description |
---|---|
class |
NoopLongTaskTimer |
Modifier and Type | Method and Description |
---|---|
LongTaskTimer |
Search.longTaskTimer() |
LongTaskTimer |
RequiredSearch.longTaskTimer() |
Modifier and Type | Method and Description |
---|---|
Collection<LongTaskTimer> |
Search.longTaskTimers() |
Collection<LongTaskTimer> |
RequiredSearch.longTaskTimers() |
Modifier and Type | Method and Description |
---|---|
protected LongTaskTimer |
SimpleMeterRegistry.newLongTaskTimer(Meter.Id id) |
Modifier and Type | Method and Description |
---|---|
protected LongTaskTimer |
StepMeterRegistry.newLongTaskTimer(Meter.Id id) |
Copyright © 2019. All rights reserved.