| Package | Description |
|---|---|
| io.opentracing.tag |
| Modifier and Type | Field and Description |
|---|---|
static StringTag |
Tags.COMPONENT
COMPONENT is a low-cardinality identifier of the module, library, or package that is instrumented.
|
static StringTag |
Tags.HTTP_URL
HTTP_URL records the url of the incoming request.
|
static StringTag |
Tags.PEER_HOST_IPV6
PEER_HOST_IPV6 records the IPv6 host address of the peer.
|
static StringTag |
Tags.PEER_HOSTNAME
PEER_HOSTNAME records the host name of the peer.
|
static StringTag |
Tags.PEER_SERVICE
PEER_SERVICE records the service name of the peer.
|
static StringTag |
Tags.SPAN_KIND
SPAN_KIND hints at the relationship between spans, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringTag.set(Span span,
StringTag tag) |
Copyright © 2016 OpenTracing. All rights reserved.