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 TagKeyRpcMeasureConstants. GRPC_CLIENT_METHODTag key that represents a client gRPC method.static TagKeyRpcMeasureConstants. GRPC_CLIENT_STATUSTag key that represents a client gRPC canonical status.static TagKeyRpcMeasureConstants. GRPC_SERVER_METHODTag key that represents a server gRPC method.static TagKeyRpcMeasureConstants. GRPC_SERVER_STATUSTag key that represents a server gRPC canonical status.static TagKeyRpcMeasureConstants. RPC_METHODDeprecated.static TagKeyRpcMeasureConstants. RPC_STATUSDeprecated. -
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 TagKeyHttpMeasureConstants. HTTP_CLIENT_HOSTTagKeyfor the value of the client-side HTTP host header.static TagKeyHttpMeasureConstants. HTTP_CLIENT_METHODTagKeyfor the client-side HTTP method of the request, capitalized (GET, POST, etc.).static TagKeyHttpMeasureConstants. HTTP_CLIENT_PATHTagKeyfor the client-side URL path (not including query string) in the request.static TagKeyHttpMeasureConstants. HTTP_CLIENT_STATUSTagKeyfor the numeric client-side HTTP response status code (e.g.static TagKeyHttpMeasureConstants. HTTP_SERVER_HOSTTagKeyfor the value of the server-side HTTP host header.static TagKeyHttpMeasureConstants. HTTP_SERVER_METHODTagKeyfor the server-side HTTP method of the request, capitalized (GET, POST, etc.).static TagKeyHttpMeasureConstants. HTTP_SERVER_PATHTagKeyfor the server-side URL path (not including query string) in the request.static TagKeyHttpMeasureConstants. HTTP_SERVER_ROUTETagKeyfor the server-side logical route, a pattern that matched the URL, of a handler that processed the request.static 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 TagKey Modifier and Type Field Description (package private) static TagKeyRecordUtils. GRPC_CLIENT_METHOD(package private) static TagKeyRecordUtils. GRPC_CLIENT_STATUS(package private) static TagKeyRecordUtils. GRPC_SERVER_METHOD(package private) static TagKeyRecordUtils. GRPC_SERVER_STATUS(package private) static TagKeyRecordUtils. RPC_METHOD(package private) static TagKeyRecordUtils. RPC_STATUSFields 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_MAPPINGSMethods 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 TagValueRecordUtils. 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 TagValueRecordUtils. 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. iteratorprivate java.util.Map<TagKey,TagValueWithMetadata>TagMapBuilderImpl. tagsprivate java.util.Map<TagKey,TagValueWithMetadata>TagMapImpl. tagsMethods 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 TagContextBuilderNoopTagMapBuilder. put(TagKey key, TagValue value)TagContextBuilderNoopTagMapBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)TagMapBuilderImplTagMapBuilderImpl. put(TagKey key, TagValue value)TagContextBuilderTagMapBuilderImpl. put(TagKey key, TagValue value, TagMetadata tagMetadata)TagContextBuilderNoopTagMapBuilder. remove(TagKey key)TagMapBuilderImplTagMapBuilderImpl. 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 newTagMapImplwith 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 TagKeyBinarySerializationUtils. 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 TagValueBinarySerializationUtils. 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 voidCorrelationContextFormat. 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. columnsprivate static java.util.Comparator<TagKey>View. TAG_KEY_COMPARATORMethods 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 ViewView. create(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns)Constructs a newView.static ViewView. 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) classAutoValue_TagKeyFields in io.opencensus.tags declared as TagKey Modifier and Type Field Description private TagKeyAutoValue_Tag. keyMethods in io.opencensus.tags that return TagKey Modifier and Type Method Description static TagKeyTagKey. create(java.lang.String name)Constructs aTagKeywith the given name.TagKeyAutoValue_Tag. getKey()abstract TagKeyTag. getKey()Returns the tag's key.Methods in io.opencensus.tags with parameters of type TagKey Modifier and Type Method Description static TagTag. create(TagKey key, TagValue value)Deprecated.in favor ofTag.create(TagKey, TagValue, TagMetadata).static TagTag. create(TagKey key, TagValue value, TagMetadata tagMetadata)Creates aTagfrom the given key, value and metadata.TagContextBuilderNoopTags.NoopTagContextBuilder. put(TagKey key, TagValue value)TagContextBuilderNoopTags.NoopTagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)abstract TagContextBuilderTagContextBuilder. put(TagKey key, TagValue value)Deprecated.in favor ofTagContextBuilder.put(TagKey, TagValue, TagMetadata), orTagContextBuilder.putLocal(TagKey, TagValue)if you only want in-process tags.TagContextBuilderTagContextBuilder. put(TagKey key, TagValue value, TagMetadata tagMetadata)Adds the key/value pair and metadata regardless of whether the key is present.TagContextBuilderTagContextBuilder. putLocal(TagKey key, TagValue value)Adds a non-propagating tag to thisTagContextBuilder.TagContextBuilderTagContextBuilder. putPropagating(TagKey key, TagValue value)Adds an unlimited propagating tag to thisTagContextBuilder.TagContextBuilderNoopTags.NoopTagContextBuilder. remove(TagKey key)abstract TagContextBuilderTagContextBuilder. 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)
-