Uses of Class
io.opencensus.trace.AttributeValue
-
Packages that use AttributeValue Package Description io.opencensus.contrib.zpages io.opencensus.implcore.trace io.opencensus.trace API for distributed tracing.io.opencensus.trace.export -
-
Uses of AttributeValue in io.opencensus.contrib.zpages
Methods in io.opencensus.contrib.zpages with parameters of type AttributeValue Modifier and Type Method Description private static java.lang.String
TracezZPageHandler. attributeValueToString(AttributeValue attributeValue)
Method parameters in io.opencensus.contrib.zpages with type arguments of type AttributeValue Modifier and Type Method Description private static java.lang.String
TracezZPageHandler. renderAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
-
Uses of AttributeValue in io.opencensus.implcore.trace
Methods in io.opencensus.implcore.trace with parameters of type AttributeValue Modifier and Type Method Description void
NoRecordEventsSpanImpl. putAttribute(java.lang.String key, AttributeValue value)
private void
RecordEventsSpanImpl.AttributesWithCapacity. putAttribute(java.lang.String key, AttributeValue value)
void
RecordEventsSpanImpl. putAttribute(java.lang.String key, AttributeValue value)
Method parameters in io.opencensus.implcore.trace with type arguments of type AttributeValue Modifier and Type Method Description void
NoRecordEventsSpanImpl. addAnnotation(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)
void
RecordEventsSpanImpl. addAnnotation(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)
void
NoRecordEventsSpanImpl. putAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
private void
RecordEventsSpanImpl.AttributesWithCapacity. putAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
void
RecordEventsSpanImpl. putAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
protected boolean
RecordEventsSpanImpl.AttributesWithCapacity. removeEldestEntry(java.util.Map.Entry<java.lang.String,AttributeValue> eldest)
-
Uses of AttributeValue in io.opencensus.trace
Subclasses of AttributeValue in io.opencensus.trace Modifier and Type Class Description (package private) static class
AttributeValue.AttributeValueBoolean
(package private) static class
AttributeValue.AttributeValueDouble
(package private) static class
AttributeValue.AttributeValueLong
(package private) static class
AttributeValue.AttributeValueString
(package private) class
AutoValue_AttributeValue_AttributeValueBoolean
(package private) class
AutoValue_AttributeValue_AttributeValueDouble
(package private) class
AutoValue_AttributeValue_AttributeValueLong
(package private) class
AutoValue_AttributeValue_AttributeValueString
Fields in io.opencensus.trace with type parameters of type AttributeValue Modifier and Type Field Description private java.util.Map<java.lang.String,AttributeValue>
AutoValue_Annotation. attributes
private java.util.Map<java.lang.String,AttributeValue>
AutoValue_Link. attributes
private static java.util.Map<java.lang.String,AttributeValue>
Annotation. EMPTY_ATTRIBUTES
private static java.util.Map<java.lang.String,AttributeValue>
Link. EMPTY_ATTRIBUTES
private static java.util.Map<java.lang.String,AttributeValue>
Span. EMPTY_ATTRIBUTES
Methods in io.opencensus.trace that return AttributeValue Modifier and Type Method Description static AttributeValue
AttributeValue. booleanAttributeValue(boolean booleanValue)
Returns anAttributeValue
with a boolean value.(package private) static AttributeValue
AttributeValue.AttributeValueBoolean. create(java.lang.Boolean booleanValue)
(package private) static AttributeValue
AttributeValue.AttributeValueDouble. create(java.lang.Double doubleValue)
(package private) static AttributeValue
AttributeValue.AttributeValueLong. create(java.lang.Long longValue)
(package private) static AttributeValue
AttributeValue.AttributeValueString. create(java.lang.String stringValue)
static AttributeValue
AttributeValue. doubleAttributeValue(double doubleValue)
Returns anAttributeValue
with a double value.static AttributeValue
AttributeValue. longAttributeValue(long longValue)
Returns anAttributeValue
with a long value.static AttributeValue
AttributeValue. stringAttributeValue(java.lang.String stringValue)
Returns anAttributeValue
with a string value.Methods in io.opencensus.trace that return types with arguments of type AttributeValue Modifier and Type Method Description abstract java.util.Map<java.lang.String,AttributeValue>
Annotation. getAttributes()
Return the attributes of theAnnotation
.java.util.Map<java.lang.String,AttributeValue>
AutoValue_Annotation. getAttributes()
java.util.Map<java.lang.String,AttributeValue>
AutoValue_Link. getAttributes()
abstract java.util.Map<java.lang.String,AttributeValue>
Link. getAttributes()
Returns the set of attributes.Methods in io.opencensus.trace with parameters of type AttributeValue Modifier and Type Method Description void
BlankSpan. putAttribute(java.lang.String key, AttributeValue value)
No-op implementation of theSpan.putAttribute(String, AttributeValue)
method.void
Span. putAttribute(java.lang.String key, AttributeValue value)
Sets an attribute to theSpan
.Method parameters in io.opencensus.trace with type arguments of type AttributeValue Modifier and Type Method Description void
BlankSpan. addAnnotation(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)
No-op implementation of theSpan.addAnnotation(String, Map)
method.abstract void
Span. addAnnotation(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)
Adds an annotation to theSpan
.void
Span. addAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
Deprecated.static Annotation
Annotation. fromDescriptionAndAttributes(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)
Returns a newAnnotation
with the given description and set of attributes.static Link
Link. fromSpanContext(SpanContext context, Link.Type type, java.util.Map<java.lang.String,AttributeValue> attributes)
Returns a newLink
.void
BlankSpan. putAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
No-op implementation of theSpan.putAttributes(Map)
method.void
Span. putAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
Sets a set of attributes to theSpan
.Constructor parameters in io.opencensus.trace with type arguments of type AttributeValue Constructor Description AutoValue_Annotation(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)
AutoValue_Link(TraceId traceId, SpanId spanId, Link.Type type, java.util.Map<java.lang.String,AttributeValue> attributes)
-
Uses of AttributeValue in io.opencensus.trace.export
Fields in io.opencensus.trace.export with type parameters of type AttributeValue Modifier and Type Field Description private java.util.Map<java.lang.String,AttributeValue>
AutoValue_SpanData_Attributes. attributeMap
Methods in io.opencensus.trace.export that return types with arguments of type AttributeValue Modifier and Type Method Description java.util.Map<java.lang.String,AttributeValue>
AutoValue_SpanData_Attributes. getAttributeMap()
abstract java.util.Map<java.lang.String,AttributeValue>
SpanData.Attributes. getAttributeMap()
Returns the set of attributes.Method parameters in io.opencensus.trace.export with type arguments of type AttributeValue Modifier and Type Method Description static SpanData.Attributes
SpanData.Attributes. create(java.util.Map<java.lang.String,AttributeValue> attributeMap, int droppedAttributesCount)
Returns a new immutableAttributes
.Constructor parameters in io.opencensus.trace.export with type arguments of type AttributeValue Constructor Description AutoValue_SpanData_Attributes(java.util.Map<java.lang.String,AttributeValue> attributeMap, int droppedAttributesCount)
-