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.StringTracezZPageHandler. 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.StringTracezZPageHandler. 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 voidNoRecordEventsSpanImpl. putAttribute(java.lang.String key, AttributeValue value)private voidRecordEventsSpanImpl.AttributesWithCapacity. putAttribute(java.lang.String key, AttributeValue value)voidRecordEventsSpanImpl. 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 voidNoRecordEventsSpanImpl. addAnnotation(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)voidRecordEventsSpanImpl. addAnnotation(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)voidNoRecordEventsSpanImpl. putAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)private voidRecordEventsSpanImpl.AttributesWithCapacity. putAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)voidRecordEventsSpanImpl. putAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)protected booleanRecordEventsSpanImpl.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 classAttributeValue.AttributeValueBoolean(package private) static classAttributeValue.AttributeValueDouble(package private) static classAttributeValue.AttributeValueLong(package private) static classAttributeValue.AttributeValueString(package private) classAutoValue_AttributeValue_AttributeValueBoolean(package private) classAutoValue_AttributeValue_AttributeValueDouble(package private) classAutoValue_AttributeValue_AttributeValueLong(package private) classAutoValue_AttributeValue_AttributeValueStringFields 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. attributesprivate java.util.Map<java.lang.String,AttributeValue>AutoValue_Link. attributesprivate static java.util.Map<java.lang.String,AttributeValue>Annotation. EMPTY_ATTRIBUTESprivate static java.util.Map<java.lang.String,AttributeValue>Link. EMPTY_ATTRIBUTESprivate static java.util.Map<java.lang.String,AttributeValue>Span. EMPTY_ATTRIBUTESMethods in io.opencensus.trace that return AttributeValue Modifier and Type Method Description static AttributeValueAttributeValue. booleanAttributeValue(boolean booleanValue)Returns anAttributeValuewith a boolean value.(package private) static AttributeValueAttributeValue.AttributeValueBoolean. create(java.lang.Boolean booleanValue)(package private) static AttributeValueAttributeValue.AttributeValueDouble. create(java.lang.Double doubleValue)(package private) static AttributeValueAttributeValue.AttributeValueLong. create(java.lang.Long longValue)(package private) static AttributeValueAttributeValue.AttributeValueString. create(java.lang.String stringValue)static AttributeValueAttributeValue. doubleAttributeValue(double doubleValue)Returns anAttributeValuewith a double value.static AttributeValueAttributeValue. longAttributeValue(long longValue)Returns anAttributeValuewith a long value.static AttributeValueAttributeValue. stringAttributeValue(java.lang.String stringValue)Returns anAttributeValuewith 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 voidBlankSpan. putAttribute(java.lang.String key, AttributeValue value)No-op implementation of theSpan.putAttribute(String, AttributeValue)method.voidSpan. 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 voidBlankSpan. addAnnotation(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)No-op implementation of theSpan.addAnnotation(String, Map)method.abstract voidSpan. addAnnotation(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)Adds an annotation to theSpan.voidSpan. addAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)Deprecated.static AnnotationAnnotation. fromDescriptionAndAttributes(java.lang.String description, java.util.Map<java.lang.String,AttributeValue> attributes)Returns a newAnnotationwith the given description and set of attributes.static LinkLink. fromSpanContext(SpanContext context, Link.Type type, java.util.Map<java.lang.String,AttributeValue> attributes)Returns a newLink.voidBlankSpan. putAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)No-op implementation of theSpan.putAttributes(Map)method.voidSpan. 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. attributeMapMethods 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.AttributesSpanData.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)
-