Package | Description |
---|---|
io.micrometer.core.instrument |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.composite |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.config |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.cumulative |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.dropwizard |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.internal |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.simple |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.step |
Copyright 2017 Pivotal Software, Inc.
|
Modifier and Type | Method and Description |
---|---|
Meter.Type |
Meter.Id.getType()
The type is used by different registry implementations to structure the exposition
of metrics to different backends.
|
static Meter.Type |
Meter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Meter.Type[] |
Meter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Meter.Builder |
Meter.builder(String name,
Meter.Type type,
Iterable<Measurement> measurements) |
protected abstract Meter |
MeterRegistry.newMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements)
Build a new custom meter to be added to the registry.
|
Constructor and Description |
---|
Id(String name,
Tags tags,
String baseUnit,
String description,
Meter.Type type) |
Modifier and Type | Method and Description |
---|---|
protected Meter |
CompositeMeterRegistry.newMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements) |
Modifier and Type | Method and Description |
---|---|
default String |
NamingConvention.name(String name,
Meter.Type type) |
String |
NamingConvention.name(String name,
Meter.Type type,
String baseUnit) |
Modifier and Type | Method and Description |
---|---|
Meter.Type |
CumulativeFunctionTimer.type() |
Modifier and Type | Method and Description |
---|---|
protected Meter |
DropwizardMeterRegistry.newMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements) |
Modifier and Type | Method and Description |
---|---|
Meter.Type |
DefaultMeter.getType() |
Constructor and Description |
---|
DefaultMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements) |
Modifier and Type | Method and Description |
---|---|
protected Meter |
SimpleMeterRegistry.newMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements) |
Modifier and Type | Method and Description |
---|---|
Meter.Type |
StepFunctionTimer.type() |
Modifier and Type | Method and Description |
---|---|
protected Meter |
StepMeterRegistry.newMeter(Meter.Id id,
Meter.Type type,
Iterable<Measurement> measurements) |
Copyright © 2019. All rights reserved.