Package | Description |
---|---|
io.micrometer.core.instrument.distribution |
Copyright 2017 Pivotal Software, Inc.
|
Modifier and Type | Method and Description |
---|---|
static HistogramGauges |
HistogramGauges.register(HistogramSupport meter,
MeterRegistry registry,
Function<ValueAtPercentile,String> percentileName,
Function<ValueAtPercentile,Iterable<Tag>> percentileTags,
Function<ValueAtPercentile,Double> percentileValue,
Function<CountAtBucket,String> bucketName,
Function<CountAtBucket,Iterable<Tag>> bucketTags) |
static HistogramGauges |
HistogramGauges.registerWithCommonFormat(DistributionSummary summary,
MeterRegistry registry) |
static HistogramGauges |
HistogramGauges.registerWithCommonFormat(Timer timer,
MeterRegistry registry)
Register a set of gauges for percentiles and histogram buckets that follow a common format when
the monitoring system doesn't have an opinion about the structure of this data.
|
Copyright © 2018. All rights reserved.