aboutsummaryrefslogtreecommitdiff
path: root/api/src/test/java/io/opencensus/trace/export
AgeCommit message (Expand)Author
2018-05-31Add Span.Kind to the trace API. (#1223)Bogdan Drutu
2018-03-23Enable FindBugs in tests.Kristen Kozak
2018-02-16Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen
2017-11-20Addressing sebright's comments.Hailong Wen
2017-11-20Add NoopRunningSpanStore and NoopSampledSpanStore.Hailong Wen
2017-11-12Use ArrayList instead of LinkedList in SpanDataTest.java to fix warning.Kristen Kozak
2017-11-12com.google.errorprone:error_prone_core: 2.0.19 -> 2.1.2Kristen Kozak
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu
2017-07-06Change hasRemoteParent to be Boolean where null means root Span. (#427)Bogdan Drutu
2017-07-06Add an optional number of child spans that were generated while this span was...Bogdan Drutu
2017-07-06Change SpanData to use span name instead of display name. (#423)Bogdan Drutu
2017-07-06Get rid of base directory and move everything on level up. (#417)Bogdan Drutu
2017-07-05Move logging exporter into an independent package. (#416)Bogdan Drutu
2017-07-05Clarify the nature of the Link.Type enum (#413)Bogdan Drutu
2017-06-19Clean minor things. (#372)Bogdan Drutu
2017-06-16Rename ActiveSpansExporter to RunningSpanStore. (#362)Bogdan Drutu
2017-06-14Split InProcessDebuggingHandler into ActiveSpans and SampleStore. (#351)Bogdan Drutu
2017-06-12Move SpanData to export package. Move implementation of export package class ...Bogdan Drutu
2017-06-07Split TraceExporter class into ExportComponent and all the sub-components in ...Bogdan Drutu