Uses of Class
io.opencensus.tags.TagKey
Packages that use TagKey
Package
Description
API for stats recording.
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 TagKeyModifier and TypeFieldDescriptionstatic final TagKey
RpcMeasureConstants.GRPC_CLIENT_METHOD
Tag key that represents a client gRPC method.static final TagKey
RpcMeasureConstants.GRPC_CLIENT_STATUS
Tag key that represents a client gRPC canonical status.static final TagKey
RpcMeasureConstants.GRPC_SERVER_METHOD
Tag key that represents a server gRPC method.static final TagKey
RpcMeasureConstants.GRPC_SERVER_STATUS
Tag key that represents a server gRPC canonical status.static final TagKey
RpcMeasureConstants.RPC_METHOD
Deprecated.static final TagKey
RpcMeasureConstants.RPC_STATUS
Deprecated. -
Uses of TagKey in io.opencensus.contrib.http.util
Fields in io.opencensus.contrib.http.util declared as TagKeyModifier and TypeFieldDescriptionstatic final TagKey
HttpMeasureConstants.HTTP_CLIENT_HOST
TagKey
for the value of the client-side HTTP host header.static final TagKey
HttpMeasureConstants.HTTP_CLIENT_METHOD
TagKey
for the client-side HTTP method of the request, capitalized (GET, POST, etc.).static final TagKey
HttpMeasureConstants.HTTP_CLIENT_PATH
TagKey
for the client-side URL path (not including query string) in the request.static final TagKey
HttpMeasureConstants.HTTP_CLIENT_STATUS
TagKey
for the numeric client-side HTTP response status code (e.g.static final TagKey
HttpMeasureConstants.HTTP_SERVER_HOST
TagKey
for the value of the server-side HTTP host header.static final TagKey
HttpMeasureConstants.HTTP_SERVER_METHOD
TagKey
for the server-side HTTP method of the request, capitalized (GET, POST, etc.).static final TagKey
HttpMeasureConstants.HTTP_SERVER_PATH
TagKey
for the server-side URL path (not including query string) in the request.static final 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 final 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 TagKeyModifier and TypeFieldDescription(package private) static final TagKey
RecordUtils.GRPC_CLIENT_METHOD
(package private) static final TagKey
RecordUtils.GRPC_CLIENT_STATUS
(package private) static final TagKey
RecordUtils.GRPC_SERVER_METHOD
(package private) static final TagKey
RecordUtils.GRPC_SERVER_STATUS
(package private) static final TagKey
RecordUtils.RPC_METHOD
(package private) static final TagKey
RecordUtils.RPC_STATUS
Fields in io.opencensus.implcore.stats with type parameters of type TagKeyMethods in io.opencensus.implcore.stats that return types with arguments of type TagKeyModifier and TypeMethodDescription(package private) static Map
<TagKey, TagValueWithMetadata> RecordUtils.getTagMap
(TagContext ctx) Methods in io.opencensus.implcore.stats with parameters of type TagKeyModifier and TypeMethodDescriptionprivate static TagValue
RecordUtils.getTagValueForDeprecatedRpcTag
(Map<? extends TagKey, TagValueWithMetadata> tags, TagKey[] newKeys) Method parameters in io.opencensus.implcore.stats with type arguments of type TagKeyModifier and TypeMethodDescriptionprivate static TagValue
RecordUtils.getTagValueForDeprecatedRpcTag
(Map<? extends TagKey, TagValueWithMetadata> tags, TagKey[] newKeys) RecordUtils.getTagValues
(Map<? extends TagKey, TagValueWithMetadata> tags, List<? extends TagKey> columns) RecordUtils.getTagValues
(Map<? extends TagKey, TagValueWithMetadata> tags, List<? extends TagKey> columns) -
Uses of TagKey in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags with type parameters of type TagKeyModifier and TypeFieldDescription(package private) Iterator
<Map.Entry<TagKey, TagValueWithMetadata>> TagMapImpl.TagIterator.iterator
private final Map
<TagKey, TagValueWithMetadata> TagMapBuilderImpl.tags
private final Map
<TagKey, TagValueWithMetadata> TagMapImpl.tags
Methods in io.opencensus.implcore.tags that return types with arguments of type TagKeyMethods in io.opencensus.implcore.tags with parameters of type TagKeyModifier and TypeMethodDescriptionNoopTagMapBuilder.put
(TagKey key, TagValue value, TagMetadata tagMetadata) TagMapBuilderImpl.put
(TagKey key, TagValue value, TagMetadata tagMetadata) Constructor parameters in io.opencensus.implcore.tags with type arguments of type TagKeyModifierConstructorDescription(package private)
TagIterator
(Map<TagKey, TagValueWithMetadata> tags) (package private)
TagMapImpl
(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 TagKeyModifier and TypeMethodDescriptionprivate static final TagKey
BinarySerializationUtils.createTagKey
(String name) Methods in io.opencensus.implcore.tags.propagation that return types with arguments of type TagKeyModifier and TypeMethodDescriptionprivate static Map
<TagKey, TagValueWithMetadata> BinarySerializationUtils.parseTags
(ByteBuffer buffer) Methods in io.opencensus.implcore.tags.propagation with parameters of type TagKeyModifier and TypeMethodDescriptionprivate static final TagValue
BinarySerializationUtils.createTagValue
(TagKey key, String value) Method parameters in io.opencensus.implcore.tags.propagation with type arguments of type TagKeyModifier and TypeMethodDescriptionprivate static void
CorrelationContextFormat.decodeTag
(String stringTag, Map<TagKey, TagValueWithMetadata> tags) -
Uses of TagKey in io.opencensus.stats
Fields in io.opencensus.stats with type parameters of type TagKeyModifier and TypeFieldDescriptionAutoValue_View.columns
private static final Comparator
<TagKey> View.TAG_KEY_COMPARATOR
Methods in io.opencensus.stats that return types with arguments of type TagKeyModifier and TypeMethodDescriptionAutoValue_View.getColumns()
View.getColumns()
Columns (a.k.a Tag Keys) to match with the associatedMeasure
.Method parameters in io.opencensus.stats with type arguments of type TagKeyModifier and TypeMethodDescriptionstatic View
View.create
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns) Constructs a newView
.static View
View.create
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window) Deprecated.Constructor parameters in io.opencensus.stats with type arguments of type TagKeyModifierConstructorDescription(package private)
AutoValue_View
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window) -
Uses of TagKey in io.opencensus.tags
Subclasses of TagKey in io.opencensus.tagsFields in io.opencensus.tags declared as TagKeyMethods in io.opencensus.tags that return TagKeyModifier and TypeMethodDescriptionstatic TagKey
Constructs aTagKey
with the given name.AutoValue_Tag.getKey()
abstract TagKey
Tag.getKey()
Returns the tag's key.Methods in io.opencensus.tags with parameters of type TagKeyModifier and TypeMethodDescriptionstatic Tag
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.NoopTags.NoopTagContextBuilder.put
(TagKey key, TagValue value, TagMetadata tagMetadata) abstract TagContextBuilder
Deprecated.in favor ofTagContextBuilder.put(TagKey, TagValue, TagMetadata)
, orTagContextBuilder.putLocal(TagKey, TagValue)
if you only want in-process tags.TagContextBuilder.put
(TagKey key, TagValue value, TagMetadata tagMetadata) Adds the key/value pair and metadata regardless of whether the key is present.final TagContextBuilder
Adds a non-propagating tag to thisTagContextBuilder
.final TagContextBuilder
TagContextBuilder.putPropagating
(TagKey key, TagValue value) Adds an unlimited propagating tag to thisTagContextBuilder
.abstract TagContextBuilder
Removes the key if it exists.Constructors in io.opencensus.tags with parameters of type TagKeyModifierConstructorDescription(package private)
AutoValue_Tag
(TagKey key, TagValue value, TagMetadata tagMetadata)
RpcMeasureConstants.GRPC_CLIENT_METHOD
andRpcMeasureConstants.GRPC_SERVER_METHOD
.