aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2017-11-13Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak
2017-11-09 Move implementation directories (#786)Yang Song
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
2017-10-31Rename StatsRecord to MeasureMap (#757)Yang Song
2017-10-25Remove support for multiple tag types.Kristen Kozak
2017-10-23Rename StatsBuilder to StatsRecord.Kristen Kozak
2017-10-23Rename StatsRecorder.builder to newStatsBuilder.Kristen Kozak
2017-10-23Move MeasureMap from the API to the implementation.Kristen Kozak
2017-10-23Move stats and tags packages to opencensus-api to prepare for release. (#723)sebright
2017-10-23Add instructions how to use zpages examples. (#722)Bogdan Drutu
2017-09-19Refactor MeasureMap.Builder (#636)Yang Song
2017-09-16Rename TagContexts to Tagger (fixes #588).Kristen Kozak
2017-09-13Rename TagContextBuilder.set methods to "put".Kristen Kozak
2017-08-29Fix zpages readme and add helper function that starts a server. (#570)Bogdan Drutu
2017-08-29Merge pull request #564 from sebright/tag-value-classsebright
2017-08-28Rename the package for exporters to match the artifact name. (#566)Bogdan Drutu
2017-08-28Rename zpage package to match the artifact name. (#567)Bogdan Drutu
2017-08-28Add a Stackdriver trace exporter using V1 Stackdriver Trace API. (#554)Bogdan Drutu
2017-08-25Update StatsRunner for new tagging API.Kristen Kozak
2017-08-25Add a TagValue class.Kristen Kozak
2017-08-25Update README for zpages configuration. Add a generic class that registers al...Bogdan Drutu
2017-08-24Cleanup LoggingExporter. (#553)Bogdan Drutu
2017-08-24Rename contrib projects. (#551)Stefan Schmidt
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu
2017-08-16Add initial implementation of the tracez page. (#517)Bogdan Drutu
2017-08-14Replace original tag classes with classes in the tags package.Kristen Kozak
2017-07-11Add Scope as interface for NonThrowingCloseables that work with current context.Kristen Kozak
2017-07-06Rename Measure and Measurement subclasses. (#414)Yang Song
2017-07-06Refactor MeasurementValue and MeasurementMap (#405)Yang Song
2017-07-05Move logging exporter into an independent package. (#416)Bogdan Drutu
2017-07-04Mark benchmark variables to be final. Add javadoc for main argument. (#409)Bogdan Drutu
2017-07-03Change tracer API names to create a SpanBuilder. (#407)Bogdan Drutu
2017-06-30Refactor MeasurementDescriptor. (#396)Yang Song
2017-06-30Change API to remove the "Option" logic and keep only Builder. (#380)Bogdan Drutu
2017-06-22Change examples to use runtime dependency on implementations. (#383)Bogdan Drutu
2017-06-22Fix Tracing method name to get ExportComponent (#382)Bogdan Drutu
2017-06-16Move stats classes to io.opencensus.stats.Kristen Kozak
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