Uses of Class
io.opencensus.trace.AttributeValue
Packages that use AttributeValue
Package
Description
API for distributed tracing.
-
Uses of AttributeValue in io.opencensus.contrib.zpages
Methods in io.opencensus.contrib.zpages with parameters of type AttributeValueModifier and TypeMethodDescriptionprivate static StringTracezZPageHandler.attributeValueToString(AttributeValue attributeValue) Method parameters in io.opencensus.contrib.zpages with type arguments of type AttributeValueModifier and TypeMethodDescriptionprivate static StringTracezZPageHandler.renderAttributes(Map<String, AttributeValue> attributes) -
Uses of AttributeValue in io.opencensus.implcore.trace
Subclasses with type arguments of type AttributeValue in io.opencensus.implcore.traceModifier and TypeClassDescriptionprivate static final classMethods in io.opencensus.implcore.trace with parameters of type AttributeValueModifier and TypeMethodDescriptionvoidNoRecordEventsSpanImpl.putAttribute(String key, AttributeValue value) private voidRecordEventsSpanImpl.AttributesWithCapacity.putAttribute(String key, AttributeValue value) voidRecordEventsSpanImpl.putAttribute(String key, AttributeValue value) Method parameters in io.opencensus.implcore.trace with type arguments of type AttributeValueModifier and TypeMethodDescriptionvoidNoRecordEventsSpanImpl.addAnnotation(String description, Map<String, AttributeValue> attributes) voidRecordEventsSpanImpl.addAnnotation(String description, Map<String, AttributeValue> attributes) voidNoRecordEventsSpanImpl.putAttributes(Map<String, AttributeValue> attributes) private voidRecordEventsSpanImpl.AttributesWithCapacity.putAttributes(Map<String, AttributeValue> attributes) voidRecordEventsSpanImpl.putAttributes(Map<String, AttributeValue> attributes) protected booleanRecordEventsSpanImpl.AttributesWithCapacity.removeEldestEntry(Map.Entry<String, AttributeValue> eldest) -
Uses of AttributeValue in io.opencensus.trace
Subclasses of AttributeValue in io.opencensus.traceModifier and TypeClassDescription(package private) static class(package private) static class(package private) static class(package private) static class(package private) final class(package private) final class(package private) final class(package private) final classFields in io.opencensus.trace with type parameters of type AttributeValueModifier and TypeFieldDescriptionprivate final Map<String, AttributeValue> AutoValue_Annotation.attributesprivate final Map<String, AttributeValue> AutoValue_Link.attributesprivate static final Map<String, AttributeValue> Annotation.EMPTY_ATTRIBUTESprivate static final Map<String, AttributeValue> Link.EMPTY_ATTRIBUTESprivate static final Map<String, AttributeValue> Span.EMPTY_ATTRIBUTESMethods in io.opencensus.trace that return AttributeValueModifier and TypeMethodDescriptionstatic AttributeValueAttributeValue.booleanAttributeValue(boolean booleanValue) Returns anAttributeValuewith a boolean value.(package private) static AttributeValue(package private) static AttributeValue(package private) static AttributeValue(package private) static AttributeValuestatic AttributeValueAttributeValue.doubleAttributeValue(double doubleValue) Returns anAttributeValuewith a double value.static AttributeValueAttributeValue.longAttributeValue(long longValue) Returns anAttributeValuewith a long value.static AttributeValueAttributeValue.stringAttributeValue(String stringValue) Returns anAttributeValuewith a string value.Methods in io.opencensus.trace that return types with arguments of type AttributeValueModifier and TypeMethodDescriptionabstract Map<String, AttributeValue> Annotation.getAttributes()Return the attributes of theAnnotation.AutoValue_Annotation.getAttributes()AutoValue_Link.getAttributes()abstract Map<String, AttributeValue> Link.getAttributes()Returns the set of attributes.Methods in io.opencensus.trace with parameters of type AttributeValueModifier and TypeMethodDescriptionvoidBlankSpan.putAttribute(String key, AttributeValue value) No-op implementation of theSpan.putAttribute(String, AttributeValue)method.voidSpan.putAttribute(String key, AttributeValue value) Sets an attribute to theSpan.Method parameters in io.opencensus.trace with type arguments of type AttributeValueModifier and TypeMethodDescriptionvoidBlankSpan.addAnnotation(String description, Map<String, AttributeValue> attributes) No-op implementation of theSpan.addAnnotation(String, Map)method.abstract voidSpan.addAnnotation(String description, Map<String, AttributeValue> attributes) Adds an annotation to theSpan.voidSpan.addAttributes(Map<String, AttributeValue> attributes) Deprecated.static AnnotationAnnotation.fromDescriptionAndAttributes(String description, Map<String, AttributeValue> attributes) Returns a newAnnotationwith the given description and set of attributes.static LinkLink.fromSpanContext(SpanContext context, Link.Type type, Map<String, AttributeValue> attributes) Returns a newLink.voidBlankSpan.putAttributes(Map<String, AttributeValue> attributes) No-op implementation of theSpan.putAttributes(Map)method.voidSpan.putAttributes(Map<String, AttributeValue> attributes) Sets a set of attributes to theSpan.Constructor parameters in io.opencensus.trace with type arguments of type AttributeValueModifierConstructorDescription(package private)AutoValue_Annotation(String description, Map<String, AttributeValue> attributes) (package private)AutoValue_Link(TraceId traceId, SpanId spanId, Link.Type type, Map<String, AttributeValue> attributes) -
Uses of AttributeValue in io.opencensus.trace.export
Fields in io.opencensus.trace.export with type parameters of type AttributeValueModifier and TypeFieldDescriptionprivate final Map<String, AttributeValue> AutoValue_SpanData_Attributes.attributeMapMethods in io.opencensus.trace.export that return types with arguments of type AttributeValueModifier and TypeMethodDescriptionAutoValue_SpanData_Attributes.getAttributeMap()abstract Map<String, AttributeValue> SpanData.Attributes.getAttributeMap()Returns the set of attributes.Method parameters in io.opencensus.trace.export with type arguments of type AttributeValueModifier and TypeMethodDescriptionstatic SpanData.AttributesSpanData.Attributes.create(Map<String, AttributeValue> attributeMap, int droppedAttributesCount) Returns a new immutableAttributes.Constructor parameters in io.opencensus.trace.export with type arguments of type AttributeValueModifierConstructorDescription(package private)AutoValue_SpanData_Attributes(Map<String, AttributeValue> attributeMap, int droppedAttributesCount)
Span.putAttributes(Map)