| Package | Description |
|---|---|
| org.springframework.cloud.sleuth.docs |
| Modifier and Type | Method and Description |
|---|---|
default TagKey[] |
DocumentedSpan.getTagKeys() |
static TagKey[] |
TagKey.merge(TagKey[]... tags)
Merges arrays of tags.
|
| Modifier and Type | Method and Description |
|---|---|
static TagKey[] |
TagKey.merge(TagKey[]... tags)
Merges arrays of tags.
|
default AssertingSpanCustomizer |
AssertingSpanCustomizer.tag(TagKey key,
String value)
Sets a tag on a span.
|
default AssertingSpanBuilder |
AssertingSpanBuilder.tag(TagKey key,
String value)
Sets a tag on a span.
|
default AssertingSpan |
AssertingSpan.tag(TagKey key,
String value)
Tags a span via
TagKey. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.