| Package | Description |
|---|---|
| io.micrometer.core.instrument |
Copyright 2017 Pivotal Software, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
static MultiGauge.Row<Number> |
MultiGauge.Row.of(Tags uniqueTags,
Number number) |
static MultiGauge.Row<Supplier<Number>> |
MultiGauge.Row.of(Tags uniqueTags,
Supplier<Number> valueFunction) |
static <T> MultiGauge.Row<T> |
MultiGauge.Row.of(Tags uniqueTags,
T obj,
ToDoubleFunction<T> valueFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiGauge.register(Iterable<MultiGauge.Row<?>> rows) |
void |
MultiGauge.register(Iterable<MultiGauge.Row<?>> rows,
boolean overwrite) |
Copyright © 2020 LeanCloud. All rights reserved.