aboutsummaryrefslogtreecommitdiff
path: root/core_impl_android
AgeCommit message (Expand)Author
2017-08-16Move tracing implementation classes to io.opencensus.impl.trace.Kristen Kozak
2017-08-14Replace original tag classes with classes in the tags package.Kristen Kozak
2017-07-31Rename TagContextFactory to TagContexts.Kristen Kozak
2017-07-27Move tagging implementation classes into io.opencensus.impl.tags. (part of #379)Kristen Kozak
2017-07-26Add Tags and TagsComponent classes to the 'tags' package.Kristen Kozak
2017-06-23Replace StatsManager with StatsComponent class. (Fixes #376)Kristen Kozak
2017-06-16Move stats classes to io.opencensus.stats.Kristen Kozak
2017-06-16Move TestClock in opencensus-testing package. (#368)Bogdan Drutu
2017-06-15Add support to load lite or full implementations. (#360)Bogdan Drutu
2017-06-15Prepare the release of the opencensus library. (#357)Bogdan Drutu
2017-06-13Add README.md for examples, change all reference to Instrumentation to OpenCe...Bogdan Drutu
2017-06-12Move SpanData to export package. Move implementation of export package class ...Bogdan Drutu
2017-06-08Move more classes into internal packages to be clearer that they are internal...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-06Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu
2017-05-26Move MillisClock to core_impl. Cleanup formatting. (#325)Bogdan Drutu
2017-05-12Rename gradle subprojects name to match the directories name. (#298)Bogdan Drutu
2017-05-10Add Tracer implementation. Fix visibility for some classes. (#290)Bogdan Drutu
2017-05-09Change TraceExporterImpl to implement also the StartEndHandler. (#288)Bogdan Drutu
2017-05-08Add implementation for TraceExporter. (#279)Bogdan Drutu
2017-05-02Add a random handler that can be implement differently based on the java supp...Bogdan Drutu
2017-05-02Add a TraceExporter class that allows exporting Span data to different services.Bogdan Drutu
2017-05-01Add tests for TraceComponentImpl Clock implementations.Kristen Kozak
2017-05-01Add a Clock field to TraceComponent.Kristen Kozak
2017-05-01Copy TraceComponentImpl into Android, Java 7, and Java 8 directories.Kristen Kozak
2017-04-30Merge pull request #266 from sebright/use-clock-for-statssebright
2017-04-28Use Clock class throughout stats implementation.Kristen Kozak
2017-04-28Update animalsniffer signature requires (#265)Bogdan Drutu
2017-04-27Update readmes after code review.Kristen Kozak
2017-04-27Split core_impl into directories for Android, Java 7, and Java 8.Kristen Kozak