Uses of Interface
io.helidon.common.metrics.InternalBridge.Tag
-
Packages that use InternalBridge.Tag Package Description io.helidon.common.metrics A collection of version-neutral interfaces (and some implementations where they apply to all versions) of constructs used in MicroProfile Metrics. -
-
Uses of InternalBridge.Tag in io.helidon.common.metrics
Methods in io.helidon.common.metrics that return InternalBridge.Tag Modifier and Type Method Description static InternalBridge.TagInternalBridge.Tag. newTag(String name, String value)Creates a new version-neutral tag with the specified name and value.Methods in io.helidon.common.metrics that return types with arguments of type InternalBridge.Tag Modifier and Type Method Description default List<InternalBridge.Tag>InternalBridge.MetricID. getTagsAsList()Provides the tags as aList.
-