public class InfluxMeterRegistry
extends io.micrometer.core.instrument.step.StepMeterRegistry
| Modifier and Type | Class and Description |
|---|---|
static class |
InfluxMeterRegistry.Builder |
| Constructor and Description |
|---|
InfluxMeterRegistry(InfluxConfig config,
io.micrometer.core.instrument.Clock clock) |
InfluxMeterRegistry(InfluxConfig config,
io.micrometer.core.instrument.Clock clock,
java.util.concurrent.ThreadFactory threadFactory)
Deprecated.
Use
builder(InfluxConfig) instead. |
| Modifier and Type | Method and Description |
|---|---|
static InfluxMeterRegistry.Builder |
builder(InfluxConfig config) |
protected java.util.concurrent.TimeUnit |
getBaseTimeUnit() |
protected void |
publish() |
void |
start(java.util.concurrent.ThreadFactory threadFactory) |
defaultHistogramConfig, newCounter, newDistributionSummary, newFunctionCounter, newFunctionTimer, newGauge, newLongTaskTimer, newMeter, newTimerclose, start, stopconfig, counter, counter, find, forEachMeter, gauge, gauge, gauge, gauge, gaugeCollectionSize, gaugeMapSize, get, getConventionName, getConventionTags, getMeters, isClosed, more, newTimeGauge, remove, remove, summary, summary, timer, timerpublic InfluxMeterRegistry(InfluxConfig config, io.micrometer.core.instrument.Clock clock)
@Deprecated public InfluxMeterRegistry(InfluxConfig config, io.micrometer.core.instrument.Clock clock, java.util.concurrent.ThreadFactory threadFactory)
builder(InfluxConfig) instead.config - Configuration options for the registry that are describable as properties.clock - The clock to use for timings.threadFactory - The thread factory to use to create the publishing thread.public static InfluxMeterRegistry.Builder builder(InfluxConfig config)
public void start(java.util.concurrent.ThreadFactory threadFactory)
start in class io.micrometer.core.instrument.push.PushMeterRegistryprotected void publish()
publish in class io.micrometer.core.instrument.push.PushMeterRegistryprotected final java.util.concurrent.TimeUnit getBaseTimeUnit()
getBaseTimeUnit in class io.micrometer.core.instrument.MeterRegistry