aboutsummaryrefslogtreecommitdiff
path: root/api/src/main/java/io/opencensus/trace/Tracer.java
AgeCommit message (Expand)Author
2018-06-13Tracing: fix typos in Tracer Javadoc. (#1256)Yang Song
2018-04-04Remove usages of Guava Precondtions from opencensus-api (issue #1081).Kristen Kozak
2018-02-05Add '@since' Javadoc tag to all tracing APIs (issue #864).Kristen Kozak
2018-01-17Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu
2017-12-13Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu
2017-11-29Remove ScopedSpanHandle and make SpanInScope able to close the Span. (#848)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-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
2017-07-03Change tracer API names to create a SpanBuilder. (#407)Bogdan Drutu
2017-06-30Change API to remove the "Option" logic and keep only Builder. (#380)Bogdan Drutu
2017-06-12Move Sampler and StartSpanOptions in base. Create a samplers package for all ...Bogdan Drutu
2017-06-10Move SpanFactory into internal package. No need to be in the public API. (#352)Bogdan Drutu
2017-06-06Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu