public class DynatraceMeterRegistry
extends io.micrometer.core.instrument.step.StepMeterRegistry
StepMeterRegistry for Dynatrace.| Modifier and Type | Class and Description |
|---|---|
static class |
DynatraceMeterRegistry.Builder |
| Constructor and Description |
|---|
DynatraceMeterRegistry(DynatraceConfig config,
io.micrometer.core.instrument.Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
static DynatraceMeterRegistry.Builder |
builder(DynatraceConfig 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 DynatraceMeterRegistry(DynatraceConfig config, io.micrometer.core.instrument.Clock clock)
public static DynatraceMeterRegistry.Builder builder(DynatraceConfig 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 java.util.concurrent.TimeUnit getBaseTimeUnit()
getBaseTimeUnit in class io.micrometer.core.instrument.MeterRegistry