Uses of Class
org.forgerock.monitoring.api.instrument.Meter.Type
-
Packages that use Meter.Type Package Description org.forgerock.monitoring.api.instrument Common Monitoring API Core based on MicroMeterorg.forgerock.monitoring.api.instrument.config Common Monitoring API Config functionality based on MicroMeterorg.forgerock.monitoring.dropwizard Implementation for Common Monitoring API based on DropWizard.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server. -
-
Uses of Meter.Type in org.forgerock.monitoring.api.instrument
Methods in org.forgerock.monitoring.api.instrument that return Meter.Type Modifier and Type Method 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.Methods in org.forgerock.monitoring.api.instrument with parameters of type Meter.Type Modifier and Type Method Description static Meter.Builder
Meter. builder(String name, Meter.Type type, Iterable<Measurement> measurements)
Meter
MeterRegistry. register(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
Register a custom meter type.Meter
MeterRegistryHolder. register(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
Constructors in org.forgerock.monitoring.api.instrument with parameters of type Meter.Type Constructor Description Id(String name, Iterable<Tag> tags, String baseUnit, String description, String hierarchicalName, Meter.Type type)
-
Uses of Meter.Type in org.forgerock.monitoring.api.instrument.config
Methods in org.forgerock.monitoring.api.instrument.config with parameters of type Meter.Type Modifier and Type Method Description default String
NamingConvention. name(String name, Meter.Type type)
String
NamingConvention. name(String name, Meter.Type type, String baseUnit)
-
Uses of Meter.Type in org.forgerock.monitoring.dropwizard
Methods in org.forgerock.monitoring.dropwizard with parameters of type Meter.Type Modifier and Type Method Description protected abstract Meter
AbstractMeterRegistry. newMeter(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
Build a new custom meter to be added to the registry.protected Meter
DropwizardMeterRegistry. newMeter(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
Meter
AbstractMeterRegistry. register(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
-
Uses of Meter.Type in org.opends.server.api
Methods in org.opends.server.api with parameters of type Meter.Type Modifier and Type Method Description Meter
MeterRegistryHolder. register(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements)
-