public static interface Span.AttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttributeMap(String key)
The set of attributes.
|
Map<String,AttributeValue> |
getAttributeMap()
Deprecated.
|
int |
getAttributeMapCount()
The set of attributes.
|
Map<String,AttributeValue> |
getAttributeMapMap()
The set of attributes.
|
AttributeValue |
getAttributeMapOrDefault(String key,
AttributeValue defaultValue)
The set of attributes.
|
AttributeValue |
getAttributeMapOrThrow(String key)
The set of attributes.
|
int |
getDroppedAttributesCount()
The number of attributes that were discarded.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAttributeMapCount()
The set of attributes. The value can be a string, an integer, or the
Boolean values `true` and `false`. For example:
"/instance_id": "my-instance"
"/http/user_agent": ""
"/http/server_latency": 300
"abc.com/myattribute": true
map<string, .opencensus.proto.trace.AttributeValue> attribute_map = 1;boolean containsAttributeMap(String key)
The set of attributes. The value can be a string, an integer, or the
Boolean values `true` and `false`. For example:
"/instance_id": "my-instance"
"/http/user_agent": ""
"/http/server_latency": 300
"abc.com/myattribute": true
map<string, .opencensus.proto.trace.AttributeValue> attribute_map = 1;@Deprecated Map<String,AttributeValue> getAttributeMap()
getAttributeMapMap() instead.Map<String,AttributeValue> getAttributeMapMap()
The set of attributes. The value can be a string, an integer, or the
Boolean values `true` and `false`. For example:
"/instance_id": "my-instance"
"/http/user_agent": ""
"/http/server_latency": 300
"abc.com/myattribute": true
map<string, .opencensus.proto.trace.AttributeValue> attribute_map = 1;AttributeValue getAttributeMapOrDefault(String key, AttributeValue defaultValue)
The set of attributes. The value can be a string, an integer, or the
Boolean values `true` and `false`. For example:
"/instance_id": "my-instance"
"/http/user_agent": ""
"/http/server_latency": 300
"abc.com/myattribute": true
map<string, .opencensus.proto.trace.AttributeValue> attribute_map = 1;AttributeValue getAttributeMapOrThrow(String key)
The set of attributes. The value can be a string, an integer, or the
Boolean values `true` and `false`. For example:
"/instance_id": "my-instance"
"/http/user_agent": ""
"/http/server_latency": 300
"abc.com/myattribute": true
map<string, .opencensus.proto.trace.AttributeValue> attribute_map = 1;int getDroppedAttributesCount()
The number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0, then no attributes were dropped.
int32 dropped_attributes_count = 2;Copyright © 2018 The Envoy Project. All rights reserved.