Uses of Enum Class
tech.illuin.pipeline.metering.MeterRegistryKey
Packages that use MeterRegistryKey
-
Uses of MeterRegistryKey in tech.illuin.pipeline.metering
Methods in tech.illuin.pipeline.metering that return MeterRegistryKeyModifier and TypeMethodDescriptionstatic MeterRegistryKey
Returns the enum constant of this class with the specified name.static MeterRegistryKey[]
MeterRegistryKey.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.illuin.pipeline.metering with parameters of type MeterRegistryKeyModifier and TypeMethodDescriptionstatic Collection<io.micrometer.core.instrument.Tag>
MetricFunctions.compileAndFillTags
(MetricTags metricTags, MeterRegistryKey key, io.micrometer.core.instrument.Tag... tags) static Collection<io.micrometer.core.instrument.Tag>
MetricFunctions.compileAndFillTags
(MetricTags metricTags, MeterRegistryKey key, Collection<io.micrometer.core.instrument.Tag> tags) static List<io.micrometer.core.instrument.Tag>
MeterRegistryKey.fill
(MeterRegistryKey key, Collection<io.micrometer.core.instrument.Tag> tags) Creates a complete list of tags out of a provided tag list and a registry of past declared labels.