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 TagKeyRpcMeasureConstants.GRPC_CLIENT_METHODTag key that represents a client gRPC method.static final TagKeyRpcMeasureConstants.GRPC_CLIENT_STATUSTag key that represents a client gRPC canonical status.static final TagKeyRpcMeasureConstants.GRPC_SERVER_METHODTag key that represents a server gRPC method.static final TagKeyRpcMeasureConstants.GRPC_SERVER_STATUSTag key that represents a server gRPC canonical status.static final TagKeyRpcMeasureConstants.RPC_METHODDeprecated.static final TagKeyRpcMeasureConstants.RPC_STATUSDeprecated. -
Uses of TagKey in io.opencensus.contrib.http.util
Fields in io.opencensus.contrib.http.util declared as TagKeyModifier and TypeFieldDescriptionstatic final TagKeyHttpMeasureConstants.HTTP_CLIENT_HOSTTagKeyfor the value of the client-side HTTP host header.static final TagKeyHttpMeasureConstants.HTTP_CLIENT_METHODTagKeyfor the client-side HTTP method of the request, capitalized (GET, POST, etc.).static final TagKeyHttpMeasureConstants.HTTP_CLIENT_PATHTagKeyfor the client-side URL path (not including query string) in the request.static final TagKeyHttpMeasureConstants.HTTP_CLIENT_STATUSTagKeyfor the numeric client-side HTTP response status code (e.g.static final TagKeyHttpMeasureConstants.HTTP_SERVER_HOSTTagKeyfor the value of the server-side HTTP host header.static final TagKeyHttpMeasureConstants.HTTP_SERVER_METHODTagKeyfor the server-side HTTP method of the request, capitalized (GET, POST, etc.).static final TagKeyHttpMeasureConstants.HTTP_SERVER_PATHTagKeyfor the server-side URL path (not including query string) in the request.static final TagKeyHttpMeasureConstants.HTTP_SERVER_ROUTETagKeyfor the server-side logical route, a pattern that matched the URL, of a handler that processed the request.static final TagKeyHttpMeasureConstants.HTTP_SERVER_STATUSTagKeyfor 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 TagKeyRecordUtils.GRPC_CLIENT_METHOD(package private) static final TagKeyRecordUtils.GRPC_CLIENT_STATUS(package private) static final TagKeyRecordUtils.GRPC_SERVER_METHOD(package private) static final TagKeyRecordUtils.GRPC_SERVER_STATUS(package private) static final TagKeyRecordUtils.RPC_METHOD(package private) static final TagKeyRecordUtils.RPC_STATUSFields 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 TagValueRecordUtils.getTagValueForDeprecatedRpcTag(Map<? extends TagKey, TagValueWithMetadata> tags, TagKey[] newKeys) Method parameters in io.opencensus.implcore.stats with type arguments of type TagKeyModifier and TypeMethodDescriptionprivate static TagValueRecordUtils.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.iteratorprivate final Map<TagKey, TagValueWithMetadata> TagMapBuilderImpl.tagsprivate final Map<TagKey, TagValueWithMetadata> TagMapImpl.tagsMethods 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 newTagMapImplwith 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 TagKeyBinarySerializationUtils.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 TagValueBinarySerializationUtils.createTagValue(TagKey key, String value) Method parameters in io.opencensus.implcore.tags.propagation with type arguments of type TagKeyModifier and TypeMethodDescriptionprivate static voidCorrelationContextFormat.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.columnsprivate static final Comparator<TagKey> View.TAG_KEY_COMPARATORMethods 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 ViewView.create(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns) Constructs a newView.static ViewView.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 TagKeyConstructs aTagKeywith the given name.AutoValue_Tag.getKey()abstract TagKeyTag.getKey()Returns the tag's key.Methods in io.opencensus.tags with parameters of type TagKeyModifier and TypeMethodDescriptionstatic TagDeprecated.in favor ofTag.create(TagKey, TagValue, TagMetadata).static TagTag.create(TagKey key, TagValue value, TagMetadata tagMetadata) Creates aTagfrom the given key, value and metadata.NoopTags.NoopTagContextBuilder.put(TagKey key, TagValue value, TagMetadata tagMetadata) abstract TagContextBuilderDeprecated.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 TagContextBuilderAdds a non-propagating tag to thisTagContextBuilder.final TagContextBuilderTagContextBuilder.putPropagating(TagKey key, TagValue value) Adds an unlimited propagating tag to thisTagContextBuilder.abstract TagContextBuilderRemoves 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_METHODandRpcMeasureConstants.GRPC_SERVER_METHOD.