aboutsummaryrefslogtreecommitdiff
path: root/impl_core/src/main/java/io/opencensus/implcore/trace/TraceComponentImplBase.java
AgeCommit message (Collapse)Author
2018-09-22Split SpanImpl into record/notrecord span impl to avoid checks of recording ↵Bogdan Drutu
all time. (#1468) * Split SpanImpl into record/notrecord span impl to avoid checks of recording all time. * Remove one extra SuppressWarnings.
2017-10-25Remove contention between threads and worker thread when register span ↵Bogdan Drutu
names. (#729) * Remove contention between threads and worker thread when register span names. * Mark getRegisteredSpanNamesForCollection as test only.
2017-08-31Fix backwards compatibility between TraceComponentBaseImpl and ↵Bogdan Drutu
TraceComponent. (#575)
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu
2017-08-17Use different package names in each artifact. (fixes #379)Kristen Kozak
This commit uses the following package name prefixes in each artifact, in order to ensure that no package is split across artifacts: opencensus-api: io.opencensus opencensus-impl-core: io.opencensus.implcore opencensus-impl: io.opencensus.impl opencensus-impl-lite: io.opencensus.impllite