Uses of Interface
org.springframework.cloud.sleuth.docs.TagKey
-
Packages that use TagKey Package Description org.springframework.cloud.sleuth.docs -
-
Uses of TagKey in org.springframework.cloud.sleuth.docs
Methods in org.springframework.cloud.sleuth.docs that return TagKey Modifier and Type Method Description default TagKey[]DocumentedSpan. getTagKeys()static TagKey[]TagKey. merge(TagKey[]... tags)Merges arrays of tags.Methods in org.springframework.cloud.sleuth.docs with parameters of type TagKey Modifier and Type Method Description static TagKey[]TagKey. merge(TagKey[]... tags)Merges arrays of tags.default AssertingSpanAssertingSpan. tag(TagKey key, String value)Tags a span viaTagKey.default AssertingSpanBuilderAssertingSpanBuilder. tag(TagKey key, String value)Sets a tag on a span.default AssertingSpanCustomizerAssertingSpanCustomizer. tag(TagKey key, String value)Sets a tag on a span.
-