aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2018-01-22Update script in RELEASING.md and use them to update release version in all r...Hailong Wen
2018-01-19Update scripts in RELEASING.md to include examples/pom.xml, and apply the cha...Hailong Wen
2018-01-18Bump version in examples/build.gradle (#939)Bogdan Drutu
2017-12-12Add bazel build support for `examples`. (#893)Hailong Wen
2017-12-11Add maven build support for `examples`. (#891)Hailong Wen
2017-12-08Remove unnecessary plugins and script commands; update README commands.Hailong Wen
2017-12-07Use fixed latest opencensusVersion and remove findbugs and errorprone.Hailong Wen
2017-12-07Address comments from bogdan and sebright.Hailong Wen
2017-12-06Make `examples` an independent gradle project.Hailong Wen
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