Uses of Interface
io.helidon.common.metrics.InternalBridge.Tag
-
-
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.
-