Searched refs:longAttributeValue (Results 1 – 12 of 12) sorted by relevance
/external/opencensus-java/api/src/test/java/io/opencensus/trace/ |
D | AttributeValueTest.java | 96 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()
|
D | BlankSpanTest.java | 45 multipleAttributes.put("MyLongAttributeKey", AttributeValue.longAttributeValue(123)); in doNotCrash()
|
D | LinkTest.java | 43 attributesMap.put("MyAttributeKey1", AttributeValue.longAttributeValue(10)); in setUp()
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/ |
D | RecordEventsSpanImplTest.java | 76 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()
|
D | NoRecordEventsSpanImplTest.java | 73 multipleAttributes.put("MyLongAttributeKey", AttributeValue.longAttributeValue(123)); in doNotCrash()
|
/external/opencensus-java/exporters/trace/jaeger/src/test/java/io/opencensus/exporter/trace/jaeger/ |
D | JaegerExporterHandlerTest.java | 140 "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/ |
D | AttributeValue.java | 62 public static AttributeValue longAttributeValue(long longValue) { in longAttributeValue() method in AttributeValue
|
/external/opencensus-java/examples/src/main/java/io/opencensus/examples/grpc/helloworld/ |
D | HelloWorldServer.java | 165 "name length", AttributeValue.longAttributeValue(req.getName().length()))); in sayHello()
|
/external/opencensus-java/exporters/trace/stackdriver/src/test/java/io/opencensus/exporter/trace/stackdriver/ |
D | StackdriverV2ExporterHandlerProtoTest.java | 124 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/ |
D | ZipkinExporterHandlerTest.java | 196 attributeMap.put("long", AttributeValue.longAttributeValue(9999L)); in generateSpan_WithAttributes()
|
/external/opencensus-java/api/src/test/java/io/opencensus/trace/export/ |
D | SpanDataTest.java | 93 attributesMap.put("MyAttributeKey1", AttributeValue.longAttributeValue(10)); in setUp()
|
/external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/ |
D | TraceProtoUtilsTest.java | 126 io.opencensus.trace.AttributeValue.longAttributeValue(10L),
|