Uses of Enum Class
de.iip_ecosphere.platform.support.metrics.Meter.Type
Packages that use Meter.Type
-
Uses of Meter.Type in de.iip_ecosphere.platform.support.metrics
Methods in de.iip_ecosphere.platform.support.metrics that return Meter.TypeModifier and TypeMethodDescriptionMeter.Id.getType()The type is used by different registry implementations to structure the exposition of metrics to different backends.static Meter.TypeReturns the enum constant of this class with the specified name.static Meter.Type[]Meter.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.support.metrics with parameters of type Meter.TypeModifier and TypeMethodDescriptionstatic Meter.IdMetricsFactory.buildId(String name, List<Tag> tags, String baseUnit, String description, Meter.Type type) Creates an id.abstract Meter.IdMetricsFactory.createId(String name, List<Tag> tags, String baseUnit, String description, Meter.Type type) Creates an id.