Searched refs:attributesMap (Results 1 – 4 of 4) sorted by relevance
34 private final Map<String, AttributeValue> attributesMap = new HashMap<String, AttributeValue>(); field in LinkTest42 attributesMap.put("MyAttributeKey0", AttributeValue.stringAttributeValue("MyStringAttribute")); in setUp()43 attributesMap.put("MyAttributeKey1", AttributeValue.longAttributeValue(10)); in setUp()44 attributesMap.put("MyAttributeKey2", AttributeValue.booleanAttributeValue(true)); in setUp()57 Link link = Link.fromSpanContext(spanContext, Type.CHILD_LINKED_SPAN, attributesMap); in fromSpanContext_ChildLink_WithAttributes()61 assertThat(link.getAttributes()).isEqualTo(attributesMap); in fromSpanContext_ChildLink_WithAttributes()74 Link link = Link.fromSpanContext(spanContext, Type.PARENT_LINKED_SPAN, attributesMap); in fromSpanContext_ParentLink_WithAttributes()78 assertThat(link.getAttributes()).isEqualTo(attributesMap); in fromSpanContext_ParentLink_WithAttributes()94 Link.fromSpanContext(spanContext, Type.PARENT_LINKED_SPAN, attributesMap), in link_EqualsAndHashCode()95 Link.fromSpanContext(spanContext, Type.PARENT_LINKED_SPAN, attributesMap)); in link_EqualsAndHashCode()[all …]
363 Map<String, io.opencensus.trace.AttributeValue> attributesMap = in mapHttpAttributes() local366 attributesMap.put("http.host", io.opencensus.trace.AttributeValue.stringAttributeValue("host")); in mapHttpAttributes()367 attributesMap.put( in mapHttpAttributes()369 attributesMap.put("http.path", io.opencensus.trace.AttributeValue.stringAttributeValue("path")); in mapHttpAttributes()370 attributesMap.put( in mapHttpAttributes()372 attributesMap.put( in mapHttpAttributes()374 attributesMap.put( in mapHttpAttributes()376 SpanData.Attributes httpAttributes = SpanData.Attributes.create(attributesMap, 0); in mapHttpAttributes()
76 private final Map<String, AttributeValue> attributesMap = new HashMap<String, AttributeValue>(); field in SpanDataTest93 attributesMap.put("MyAttributeKey1", AttributeValue.longAttributeValue(10)); in setUp()94 attributesMap.put("MyAttributeKey2", AttributeValue.booleanAttributeValue(true)); in setUp()95 attributes = Attributes.create(attributesMap, 1); in setUp()
META-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...