aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2017-06-16Move TestClock in opencensus-testing package. (#368)Bogdan Drutu
2017-06-13Add README.md for examples, change all reference to Instrumentation to OpenCe...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-06-01Update stats example to use APIs in StatsContextFactory. (#330)Yang Song
2017-05-13Change the interface of Logging service to enforce that maximum one instance ...Bogdan Drutu
2017-05-13Fix the examples application. (#300)Bogdan Drutu
2017-05-12Rename gradle subprojects name to match the directories name. (#298)Bogdan Drutu
2017-05-10Remove java7/8 directories. Currently we do not need any feature from java8. ...Bogdan Drutu
2017-04-27Update other build files for core_impl split.Kristen Kozak
2017-04-14Add a new class Trace which holds the global state for the trace implementati...Bogdan Drutu
2017-04-13Run google java formatter on the tracing. (#205)Bogdan Drutu
2017-03-28Add build rule for examples to generate executable binaries. Fix javadoc erro...Bogdan Drutu
2017-03-24Change project name to be instrumentation-java. Helps IDEs to have the same n...Bogdan Drutu
2017-03-22Add gradle build support for benchmarks and examples. (#163)Bogdan Drutu
2017-03-11Remove the try-with-resources support for the Span. This is important because...Bogdan Drutu
2017-03-07Add a SpanBuilder class. (#123)Bogdan Drutu
2017-02-28Add few usage examples for the trace API.Bogdan Drutu
2017-02-15Use the correct maven path for examples which is src/main/java/...Bogdan Drutu
2017-02-15Move stats examples to the equivalent maven path.Bogdan Drutu
2016-12-06Changes constructors to static factory methods for TagKey and TagValue.Dino Oliva
2016-12-01Renames Census* to Stats*.Dino Oliva
2016-11-28Removes CensusGrpcContext, which is not used and will be replaced by a more g...Dino Oliva
2016-11-21Fixes issue with git branching.Dino Oliva
2016-11-17Renames MetricName to MeasurementDescriptor and expands information associate...Dino Oliva
2016-11-10Renames census/ to insturmentation/stats and updates package names accordinglyDino Oliva
2016-09-27Minor cleanup.Kristen Kozak
2016-09-27Adds grpc-based thread-local supportDino Oliva
2016-09-27Removes current thread-local operations from CensusContextDino Oliva
2016-09-26Removes unnecessary static methods from class Census.Dino Oliva
2016-09-22Uses Java 6 syntax.Kristen Kozak
2016-07-19Updates open-source release license to Apache-2Dino Oliva
2016-07-19Moves CensusRunner example to a different package to verify visibility/usage.Dino Oliva
2016-07-19Updates APIs to use interfaces and factoriesDino Oliva
2016-07-08Refactors CensusContext and CensusContextFactory.Dino Oliva
2016-07-08Adds Apache2 licenseDino Oliva
2016-07-08Adds simple example using CensusDino Oliva
2016-07-08Removes Google3-specific GoL example.Dino Oliva
2016-05-20Initial import of Java Census.Dino Oliva