Uses of Class
io.opencensus.tags.TagKey
-
Packages that use TagKey Package Description io.opencensus.contrib.grpc.metrics io.opencensus.contrib.http.util io.opencensus.implcore.stats io.opencensus.implcore.tags io.opencensus.implcore.tags.propagation io.opencensus.stats API for stats recording.io.opencensus.tags API for associating tags with scoped operations. -
-
Uses of TagKey in io.opencensus.contrib.grpc.metrics
Fields in io.opencensus.contrib.grpc.metrics declared as TagKey Modifier and Type Field Description static TagKey
RpcMeasureConstants. GRPC_CLIENT_METHOD
Tag key that represents a client gRPC method.static TagKey
RpcMeasureConstants. GRPC_CLIENT_STATUS
Tag key that represents a client gRPC canonical status.static TagKey
RpcMeasureConstants. GRPC_SERVER_METHOD
Tag key that represents a server gRPC method.static TagKey
RpcMeasureConstants. GRPC_SERVER_STATUS
Tag key that represents a server gRPC canonical status.static TagKey
RpcMeasureConstants. RPC_METHOD
Deprecated.static TagKey
RpcMeasureConstants. RPC_STATUS
Deprecated. -
Uses of TagKey in io.opencensus.contrib.http.util
Fields in io.opencensus.contrib.http.util declared as TagKey Modifier and Type Field Description static TagKey
HttpMeasureConstants. HTTP_CLIENT_HOST
TagKey
for the value of the client-side HTTP host header.static TagKey
HttpMeasureConstants. HTTP_CLIENT_METHOD
TagKey
for the client-side HTTP method of the request, capitalized (GET, POST, etc.).static TagKey
HttpMeasureConstants. HTTP_CLIENT_PATH
TagKey
for the client-side URL path (not including query string) in the request.static TagKey
HttpMeasureConstants. HTTP_CLIENT_STATUS
TagKey
for the numeric client-side HTTP response status code (e.g.static TagKey
HttpMeasureConstants. HTTP_SERVER_HOST
TagKey
for the value of the server-side HTTP host header.static TagKey
HttpMeasureConstants. HTTP_SERVER_METHOD
TagKey
for the server-side HTTP method of the request, capitalized (GET, POST, etc.).static TagKey
HttpMeasureConstants. HTTP_SERVER_PATH
TagKey
for the server-side URL path (not including query string) in the request.static TagKey
HttpMeasureConstants. HTTP_SERVER_ROUTE
TagKey
for the server-side logical route, a pattern that matched the URL, of a handler that processed the request.static TagKey
HttpMeasureConstants. HTTP_SERVER_STATUS
TagKey
for the numeric server-side HTTP response status code (e.g. -
Uses of TagKey in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as TagKey Modifier and Type Field Description (package private) static TagKey
RecordUtils. GRPC_CLIENT_METHOD
(package private) static TagKey
RecordUtils. GRPC_CLIENT_STATUS
(package private) static TagKey
RecordUtils. GRPC_SERVER_METHOD
(package private) static TagKey
RecordUtils. GRPC_SERVER_STATUS
(package private) static TagKey
RecordUtils. RPC_METHOD
(package private) static TagKey
RecordUtils. RPC_STATUS
Fields in io.opencensus.implcore.stats with type parameters of type TagKey Modifier and Type Field Description private static java.util.Map<TagKey,TagKey[]>
RecordUtils. RPC_TAG_MAPPINGS
Methods in io.opencensus.implcore.stats that return types with arguments of type TagKey Modifier and Type Method Description (package private) static java.util.Map<TagKey,TagValueWithMetadata>
RecordUtils. getTagMap(TagContext ctx)
Methods in io.opencensus.implcore.stats with parameters of type TagKey Modifier and Type Method Description private static TagValue
RecordUtils. getTagValueForDeprecatedRpcTag(java.util.Map<? extends TagKey,TagValueWithMetadata> tags, TagKey[] newKeys)
Method parameters in io.opencensus.implcore.stats with type arguments of type TagKey Modifier and Type Method Description private static TagValue
RecordUtils. getTagValueForDeprecatedRpcTag(java.util.Map<? extends TagKey,TagValueWithMetadata> tags, TagKey[] newKeys)
(package private) static java.util.List<TagValue>
RecordUtils. getTagValues(java.util.Map<? extends TagKey,TagValueWithMetadata> tags, java.util.List<? extends TagKey> columns)
(package private) static java.util.List<TagValue>
RecordUtils. getTagValues(java.util.Map<? extends TagKey,TagValueWithMetadata> tags, java.util.List<? extends TagKey> columns)
-
Uses of TagKey in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags with type parameters of type TagKey Modifier and Type Field Description (package private) java.util.Iterator<java.util.Map.Entry<TagKey,TagValueWithMetadata>>
TagMapImpl.TagIterator. iterator
private java.util.Map<TagKey,TagValueWithMetadata>
TagMapBuilderImpl. tags
private java.util.Map<TagKey,TagValueWithMetadata>
TagMapImpl. tags
Methods in io.opencensus.implcore.tags that return types with arguments of type TagKey Modifier and Type Method Description java.util.Map<TagKey,TagValueWithMetadata>
TagMapImpl. getTags()
Returns the tags of thisTagMapImpl
.Methods in io.opencensus.implcore.tags with parameters of type TagKey Modifier and Type Method Description TagContextBuilder
NoopTagMapBuilder. put(TagKey key, TagValue value)
TagContextBuilder
NoopTagMapBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)
TagMapBuilderImpl
TagMapBuilderImpl. put(TagKey key, TagValue value)
TagContextBuilder
TagMapBuilderImpl. put(TagKey key, TagValue value, TagMetadata tagMetadata)
TagContextBuilder
NoopTagMapBuilder. remove(TagKey key)
TagMapBuilderImpl
TagMapBuilderImpl. remove(TagKey key)
Constructor parameters in io.opencensus.implcore.tags with type arguments of type TagKey Constructor Description TagIterator(java.util.Map<TagKey,TagValueWithMetadata> tags)
TagMapBuilderImpl(java.util.Map<TagKey,TagValueWithMetadata> tags)
TagMapImpl(java.util.Map<? extends TagKey,? extends TagValueWithMetadata> tags)
Creates a newTagMapImpl
with the given tags. -
Uses of TagKey in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation that return TagKey Modifier and Type Method Description private static TagKey
BinarySerializationUtils. createTagKey(java.lang.String name)
Methods in io.opencensus.implcore.tags.propagation that return types with arguments of type TagKey Modifier and Type Method Description private static java.util.Map<TagKey,TagValueWithMetadata>
BinarySerializationUtils. parseTags(java.nio.ByteBuffer buffer)
Methods in io.opencensus.implcore.tags.propagation with parameters of type TagKey Modifier and Type Method Description private static TagValue
BinarySerializationUtils. createTagValue(TagKey key, java.lang.String value)
Method parameters in io.opencensus.implcore.tags.propagation with type arguments of type TagKey Modifier and Type Method Description private static void
CorrelationContextFormat. decodeTag(java.lang.String stringTag, java.util.Map<TagKey,TagValueWithMetadata> tags)
-
Uses of TagKey in io.opencensus.stats
Fields in io.opencensus.stats with type parameters of type TagKey Modifier and Type Field Description private java.util.List<TagKey>
AutoValue_View. columns
private static java.util.Comparator<TagKey>
View. TAG_KEY_COMPARATOR
Methods in io.opencensus.stats that return types with arguments of type TagKey Modifier and Type Method Description java.util.List<TagKey>
AutoValue_View. getColumns()
abstract java.util.List<TagKey>
View. getColumns()
Columns (a.k.a Tag Keys) to match with the associatedMeasure
.Method parameters in io.opencensus.stats with type arguments of type TagKey Modifier and Type Method Description static View
View. create(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns)
Constructs a newView
.static View
View. create(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns, View.AggregationWindow window)
Deprecated.Constructor parameters in io.opencensus.stats with type arguments of type TagKey Constructor Description AutoValue_View(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns, View.AggregationWindow window)
-
Uses of TagKey in io.opencensus.tags
Subclasses of TagKey in io.opencensus.tags Modifier and Type Class Description (package private) class
AutoValue_TagKey
Fields in io.opencensus.tags declared as TagKey Modifier and Type Field Description private TagKey
AutoValue_Tag. key
Methods in io.opencensus.tags that return TagKey Modifier and Type Method Description static TagKey
TagKey. create(java.lang.String name)
Constructs aTagKey
with the given name.TagKey
AutoValue_Tag. getKey()
abstract TagKey
Tag. getKey()
Returns the tag's key.Methods in io.opencensus.tags with parameters of type TagKey Modifier and Type Method Description static Tag
Tag. create(TagKey key, TagValue value)
Deprecated.in favor ofTag.create(TagKey, TagValue, TagMetadata)
.static Tag
Tag. create(TagKey key, TagValue value, TagMetadata tagMetadata)
Creates aTag
from the given key, value and metadata.TagContextBuilder
NoopTags.NoopTagContextBuilder. put(TagKey key, TagValue value)
TagContextBuilder
NoopTags.NoopTagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)
abstract TagContextBuilder
TagContextBuilder. put(TagKey key, TagValue value)
Deprecated.in favor ofTagContextBuilder.put(TagKey, TagValue, TagMetadata)
, orTagContextBuilder.putLocal(TagKey, TagValue)
if you only want in-process tags.TagContextBuilder
TagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)
Adds the key/value pair and metadata regardless of whether the key is present.TagContextBuilder
TagContextBuilder. putLocal(TagKey key, TagValue value)
Adds a non-propagating tag to thisTagContextBuilder
.TagContextBuilder
TagContextBuilder. putPropagating(TagKey key, TagValue value)
Adds an unlimited propagating tag to thisTagContextBuilder
.TagContextBuilder
NoopTags.NoopTagContextBuilder. remove(TagKey key)
abstract TagContextBuilder
TagContextBuilder. remove(TagKey key)
Removes the key if it exists.Constructors in io.opencensus.tags with parameters of type TagKey Constructor Description AutoValue_Tag(TagKey key, TagValue value, TagMetadata tagMetadata)
-