Package | Description |
---|---|
io.micrometer.core.instrument |
Copyright 2017 Pivotal Software, Inc.
|
Modifier and Type | Method and Description |
---|---|
static MultiGauge.Row |
MultiGauge.Row.of(Tags uniqueTags,
Number number) |
static MultiGauge.Row |
MultiGauge.Row.of(Tags uniqueTags,
Supplier<Number> valueFunction) |
static <T> MultiGauge.Row |
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 © 2019. All rights reserved.