aboutsummaryrefslogtreecommitdiff
path: root/api/src/test/java/io/opencensus/trace
AgeCommit message (Expand)Author
2018-09-17Tracing: Add AttributeValueDouble. (#1442)Yang Song
2018-09-12Make LowerCaseBase16Encoding package protected. (#1427)Bogdan Drutu
2018-08-28Remove guava dependency from the API artifact. (#1393)Bogdan Drutu
2018-08-27Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu
2018-08-09Add Tracestate into SpanContext. (#1359)Bogdan Drutu
2018-08-03Minor improvements for Tracestate. (#1358)Bogdan Drutu
2018-08-02Add the initial version of the TraceState class. (#1300)Bogdan Drutu
2018-07-16Tracing: Reduce default limit on Links to 32. (#1315)Yang Song
2018-06-13Error Prone: 2.2.0 -> 2.3.1Kristen Kozak
2018-05-31Add Span.Kind to the trace API. (#1223)Bogdan Drutu
2018-04-27Check for null in more public methods in Span and its subclasses.Kristen Kozak
2018-04-24Added null checking to Span implementations (#1150)dvfeinblum
2018-04-04Rename "Util" classes to "Utils", for consistency with public "Utils" classes.Kristen Kozak
2018-03-23Enable FindBugs in tests.Kristen Kozak
2018-03-21Move BaseMessageEventUtil to trace package. (#1076)Yang Song
2018-03-02Fix probabilitySampler_getDescription for all locales. (#1040)Stefan Schmidt
2018-02-16Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen
2017-12-13Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu
2017-12-11Add initial support for b3-propagation headers. (#889)Bogdan Drutu
2017-12-06Adds TextFormat and usage example. (#724)Bogdan Drutu
2017-12-02Merge pull request #826 from HailongWen/noop-span-storeHailong Wen
2017-11-29Remove ScopedSpanHandle and make SpanInScope able to close the Span. (#848)Bogdan Drutu
2017-11-20Addressing sebright's comments.Hailong Wen
2017-11-20Add NoopRunningSpanStore and NoopSampledSpanStore.Hailong Wen
2017-11-13Enable new ReturnMissingNullable Error Prone experimental suggestion.Kristen Kozak
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-11-10Revert "Use the current release version of Mockito. (#751)"Kristen Kozak
2017-11-07Add a setStatus method in the Span. (#779)Bogdan Drutu
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
2017-11-01Use the current release version of Mockito. (#751)Stefan Schmidt
2017-10-18Add an option in EndSpanOptions to register the span name for sampled store. ...Bogdan Drutu
2017-09-22Fix probability sampler and sampling. (#661)Bogdan Drutu
2017-09-21Change when we check the sampler. (#657)Bogdan Drutu
2017-09-18Add a new SpanContextParseException and use it in BinaryFormat. (#642)Bogdan Drutu
2017-09-16Implement deprecated method addAttributes in the Span and remove it from anyw...Bogdan Drutu
2017-08-29Add new api that is easier to use for user to add only one Attribute. (#571)Bogdan Drutu
2017-08-23Add uncompressed and compressed message sizes and deprecate the old message s...Bogdan Drutu
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu
2017-08-17Add @MustBeClosed annotations to the Scoped objects. (#527)Bogdan Drutu
2017-07-11Add Scope as interface for NonThrowingCloseables that work with current context.Kristen Kozak
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-06Add attributes to the Link to match with the data model. (#425)Bogdan Drutu
2017-07-06Change SpanData to use span name instead of display name. (#423)Bogdan Drutu
2017-07-06Merge pull request #421 from sebright/unsafe-context-utilssebright
2017-07-06Refactor AttributeValue to use a "match" method.Kristen Kozak
2017-07-06Delete extra semicolon.Kristen Kozak
2017-07-06Put CONTEXT_SPAN_KEY in a separate class, to avoid exposing methods in Contex...Kristen Kozak
2017-07-06Move ContextUtils to io.opencensus.trace.unsafe package.Kristen Kozak