@API(status=EXPERIMENTAL) public final class ExtensionTags extends Object
| Modifier and Type | Field and Description |
|---|---|
static io.opentracing.tag.Tag<String> |
ACCOUNT
The tag should contain an alias or name that allows users to identify the logical location (infrastructure account)
where the operation took place.
|
static io.opentracing.tag.Tag<String> |
ARTIFACT_VERSION
The tag should contain the artifact version of the running application generating the spans.
|
static io.opentracing.tag.Tag<String> |
CLIENT_ID
Oauth2 client ids have a certain cardinality but are well known or possible to get using different means.
|
static io.opentracing.tag.Tag<String> |
DEPLOYMENT_ID
The tag should contain the unique identifier of the deployment that resulted in the operation of the running
application generating the spans.
|
static io.opentracing.tag.Tag<String> |
FLOW_ID
The flow_id tag should contain the request flow ID, typically found in the ingress requests HTTP header X-Flow-ID.
|
static io.opentracing.tag.Tag<String> |
HTTP_PATH |
static io.opentracing.tag.Tag<String> |
PEER_ADDRESS
Remote "address", suitable for use in a networking client library.
|
static io.opentracing.tag.Tag<Boolean> |
RETRY
When present on a client span, they represent a span that wraps a retried RPC.
|
static io.opentracing.tag.Tag<String> |
ZONE
The tag should contain some information that allows users to associate the physical location of the system where
the operation took place (i.e.
|
public static final io.opentracing.tag.Tag<String> HTTP_PATH
public static final io.opentracing.tag.Tag<Boolean> RETRY
public static final io.opentracing.tag.Tag<String> ACCOUNT
account=aws:zalando-zmon, account=gcp:zalando-foobarpublic static final io.opentracing.tag.Tag<String> ZONE
zone=aws:eu-central-1a, zone=gcp:europe-west3-b, zone=dc:gth.public static final io.opentracing.tag.Tag<String> CLIENT_ID
client_id=cognacpublic static final io.opentracing.tag.Tag<String> FLOW_ID
public static final io.opentracing.tag.Tag<String> ARTIFACT_VERSION
public static final io.opentracing.tag.Tag<String> DEPLOYMENT_ID
@API(status=EXPERIMENTAL) public static final io.opentracing.tag.Tag<String> PEER_ADDRESS
Tags contains it.Copyright © 2015–2019 Zalando SE. All rights reserved.