Home
last modified time | relevance | path

Searched refs:longAttributeValue (Results 1 – 12 of 12) sorted by relevance

/external/opencensus-java/api/src/test/java/io/opencensus/trace/
DAttributeValueTest.java96 public void longAttributeValue() { in longAttributeValue() method in AttributeValueTest
97 AttributeValue attribute = AttributeValue.longAttributeValue(123456L); in longAttributeValue()
214 AttributeValue.longAttributeValue(123456L), AttributeValue.longAttributeValue(123456L)); in attributeValue_EqualsAndHashCode()
215 tester.addEqualityGroup(AttributeValue.longAttributeValue(1234567L)); in attributeValue_EqualsAndHashCode()
228 attribute = AttributeValue.longAttributeValue(123456L); in attributeValue_ToString()
DBlankSpanTest.java45 multipleAttributes.put("MyLongAttributeKey", AttributeValue.longAttributeValue(123)); in doNotCrash()
DLinkTest.java43 attributesMap.put("MyAttributeKey1", AttributeValue.longAttributeValue(10)); in setUp()
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/
DRecordEventsSpanImplTest.java76 attributes.put("MyLongAttributeKey", AttributeValue.longAttributeValue(123L)); in setUp()
320 attributes.put("MyStringAttributeKey" + i, AttributeValue.longAttributeValue(i)); in droppingAttributes()
333 .isEqualTo(AttributeValue.longAttributeValue(i + maxNumberOfAttributes)); in droppingAttributes()
346 .isEqualTo(AttributeValue.longAttributeValue(i + maxNumberOfAttributes)); in droppingAttributes()
368 attributes.put("MyStringAttributeKey" + i, AttributeValue.longAttributeValue(i)); in droppingAndAddingAttributes()
381 .isEqualTo(AttributeValue.longAttributeValue(i + maxNumberOfAttributes)); in droppingAndAddingAttributes()
385 attributes.put("MyStringAttributeKey" + i, AttributeValue.longAttributeValue(i)); in droppingAndAddingAttributes()
399 .isEqualTo(AttributeValue.longAttributeValue(i + maxNumberOfAttributes * 3 / 2)); in droppingAndAddingAttributes()
404 .isEqualTo(AttributeValue.longAttributeValue(i)); in droppingAndAddingAttributes()
DNoRecordEventsSpanImplTest.java73 multipleAttributes.put("MyLongAttributeKey", AttributeValue.longAttributeValue(123)); in doNotCrash()
/external/opencensus-java/exporters/trace/jaeger/src/test/java/io/opencensus/exporter/trace/jaeger/
DJaegerExporterHandlerTest.java140 "LONG", AttributeValue.longAttributeValue(Long.MAX_VALUE), in sampleAttributes()
153 "long", AttributeValue.longAttributeValue(1337L), in sampleAnnotation()
176 "Long", AttributeValue.longAttributeValue(299792458L), in sampleLinks()
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DAttributeValue.java62 public static AttributeValue longAttributeValue(long longValue) { in longAttributeValue() method in AttributeValue
/external/opencensus-java/examples/src/main/java/io/opencensus/examples/grpc/helloworld/
DHelloWorldServer.java165 "name length", AttributeValue.longAttributeValue(req.getName().length()))); in sayHello()
/external/opencensus-java/exporters/trace/stackdriver/src/test/java/io/opencensus/exporter/trace/stackdriver/
DStackdriverV2ExporterHandlerProtoTest.java124 io.opencensus.trace.AttributeValue.longAttributeValue(10L),
375 "http.status_code", io.opencensus.trace.AttributeValue.longAttributeValue(200L)); in mapHttpAttributes()
/external/opencensus-java/exporters/trace/zipkin/src/test/java/io/opencensus/exporter/trace/zipkin/
DZipkinExporterHandlerTest.java196 attributeMap.put("long", AttributeValue.longAttributeValue(9999L)); in generateSpan_WithAttributes()
/external/opencensus-java/api/src/test/java/io/opencensus/trace/export/
DSpanDataTest.java93 attributesMap.put("MyAttributeKey1", AttributeValue.longAttributeValue(10)); in setUp()
/external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/
DTraceProtoUtilsTest.java126 io.opencensus.trace.AttributeValue.longAttributeValue(10L),