aboutsummaryrefslogtreecommitdiff
path: root/api/src/main/java/io/opencensus/trace/Tracing.java
AgeCommit message (Expand)Author
2018-04-04Replace Guava VisibleForTesting in opencensus-api (issue #1081).Kristen Kozak
2018-02-22Add comments to boolean arguments to fix Error Prone warning (BooleanParameter).Kristen Kozak
2018-02-05Add '@since' Javadoc tag to all tracing APIs (issue #864).Kristen Kozak
2017-12-20Remove warning suppression related to null ClassLoaders.Kristen Kozak
2017-12-20Rename NullnessUtils to CheckerFrameworkUtils.Kristen Kozak
2017-12-19Suppress some Checker Framework warnings and add TODOs (issue #359).Kristen Kozak
2017-11-20Add NoopRunningSpanStore and NoopSampledSpanStore.Hailong Wen
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu
2017-08-17Use different package names in each artifact. (fixes #379)Kristen Kozak
2017-08-16Move tracing implementation classes to io.opencensus.impl.trace.Kristen Kozak
2017-08-11Stop using context ClassLoader in Provider (#502)Bogdan Drutu
2017-06-22Fix Tracing method name to get ExportComponent (#382)Bogdan Drutu
2017-06-15Add support to load lite or full implementations. (#360)Bogdan Drutu
2017-06-08Create a new package for all supported propagations. (#341)Bogdan Drutu
2017-06-07Split TraceExporter class into ExportComponent and all the sub-components in ...Bogdan Drutu
2017-06-07Move TraceConfig into its own package, extract inner class TraceParams. (#340)Bogdan Drutu
2017-06-06Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu