| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.context.tag | |
| org.apache.skywalking.apm.agent.core.context.trace | |
| org.apache.skywalking.apm.agent.core.context.util |
| Modifier and Type | Class and Description |
|---|---|
class |
StringTag
A subclass of
AbstractTag, represent a tag with a String value. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractTag.sameWith(AbstractTag<T> tag) |
| Modifier and Type | Method and Description |
|---|---|
AbstractSpan |
NoopSpan.tag(AbstractTag tag,
String value) |
AbstractTracingSpan |
ExitSpan.tag(AbstractTag tag,
String value) |
AbstractTracingSpan |
AbstractTracingSpan.tag(AbstractTag tag,
String value) |
AbstractSpan |
AbstractSpan.tag(AbstractTag tag,
String value) |
| Modifier and Type | Method and Description |
|---|---|
AbstractTag |
TagValuePair.getKey() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TagValuePair.sameWith(AbstractTag tag) |
| Constructor and Description |
|---|
TagValuePair(AbstractTag tag,
String value) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.