private static class IipEcospherePrometheusExporter.MyPrometheusMeterRegistry
extends io.micrometer.prometheus.PrometheusMeterRegistry
| Constructor and Description |
|---|
MyPrometheusMeterRegistry()
Creates a default registry.
|
| Modifier and Type | Method and Description |
|---|---|
protected io.micrometer.core.instrument.Meter |
createMeter(io.micrometer.core.instrument.Meter.Id id,
io.micrometer.core.instrument.Meter.Type type,
Iterable<io.micrometer.core.instrument.Measurement> measurements)
Build a new custom meter to be added to the registry.
|
defaultHistogramConfig, getBaseTimeUnit, getPrometheusRegistry, newCounter, newDistributionSummary, newFunctionCounter, newFunctionTimer, newGauge, newLongTaskTimer, newMeter, newTimer, scrape, scrape, scrape, scrape, scrape, scrape, throwExceptionOnRegistrationFailureclear, close, config, counter, counter, find, forEachMeter, gauge, gauge, gauge, gauge, gaugeCollectionSize, gaugeMapSize, get, getConventionName, getConventionTags, getMeters, isClosed, meterRegistrationFailed, more, newLongTaskTimer, newTimeGauge, remove, remove, removeByPreFilterId, summary, summary, timer, timerMyPrometheusMeterRegistry()
protected io.micrometer.core.instrument.Meter createMeter(io.micrometer.core.instrument.Meter.Id id,
io.micrometer.core.instrument.Meter.Type type,
Iterable<io.micrometer.core.instrument.Measurement> measurements)
id - The id that uniquely identifies the custom meter.type - What kind of meter this is.measurements - A set of measurements describing how to sample this meter.Copyright © 2022. All rights reserved.