| Package | Description |
|---|---|
| io.micrometer.core.instrument |
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.
|
| Modifier and Type | Method and Description |
|---|---|
LongTaskTimer.Sample |
LongTaskTimer.start()
Start keeping time for a task.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
LongTaskTimer.record(Consumer<LongTaskTimer.Sample> f)
Executes the runnable
f and records the time taken. |
| Modifier and Type | Method and Description |
|---|---|
LongTaskTimer.Sample |
DefaultLongTaskTimer.start() |
| Modifier and Type | Method and Description |
|---|---|
LongTaskTimer.Sample |
NoopLongTaskTimer.start() |
Copyright © 2020 LeanCloud. All rights reserved.