Package | Description |
---|---|
io.micrometer.core.instrument |
Copyright 2017 Pivotal Software, Inc.
|
Modifier and Type | Method and Description |
---|---|
Statistic |
Measurement.getStatistic() |
static Statistic |
Statistic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statistic[] |
Statistic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Meter.Id |
Meter.Id.withTag(Statistic statistic)
Generate a new id with an additional tag with a tag key of "statistic".
|
Constructor and Description |
---|
Measurement(Supplier<Double> valueFunction,
Statistic statistic) |
Copyright © 2018. All rights reserved.