aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix broken command in examples readme. (#969)Hailong Wen2018-01-311-2/+2
* Update release versions for all readme and build files. (#961)Hailong Wen2018-01-243-34/+34
* Update script in RELEASING.md and use them to update release version in all r...Hailong Wen2018-01-223-38/+44
* Update scripts in RELEASING.md to include examples/pom.xml, and apply the cha...Hailong Wen2018-01-191-1/+1
* Bump version in examples/build.gradle (#939)Bogdan Drutu2018-01-181-1/+1
* Add bazel build support for `examples`. (#893)Hailong Wen2017-12-124-0/+287
* Add maven build support for `examples`. (#891)Hailong Wen2017-12-112-0/+104
* Remove unnecessary plugins and script commands; update README commands.Hailong Wen2017-12-082-30/+2
* Use fixed latest opencensusVersion and remove findbugs and errorprone.Hailong Wen2017-12-072-69/+5
* Address comments from bogdan and sebright.Hailong Wen2017-12-078-474/+13
* Make `examples` an independent gradle project.Hailong Wen2017-12-0613-6/+846
* Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak2017-11-135-0/+10
* Move implementation directories (#786)Yang Song2017-11-091-2/+1
* Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu2017-11-031-3/+1
* Rename StatsRecord to MeasureMap (#757)Yang Song2017-10-311-1/+1
* Remove support for multiple tag types.Kristen Kozak2017-10-251-10/+10
* Rename StatsBuilder to StatsRecord.Kristen Kozak2017-10-231-1/+1
* Rename StatsRecorder.builder to newStatsBuilder.Kristen Kozak2017-10-231-1/+1
* Move MeasureMap from the API to the implementation.Kristen Kozak2017-10-231-2/+1
* Move stats and tags packages to opencensus-api to prepare for release. (#723)sebright2017-10-231-2/+1
* Add instructions how to use zpages examples. (#722)Bogdan Drutu2017-10-231-1/+13
* Refactor MeasureMap.Builder (#636)Yang Song2017-09-191-1/+1
* Rename TagContexts to Tagger (fixes #588).Kristen Kozak2017-09-161-13/+13
* Rename TagContextBuilder.set methods to "put".Kristen Kozak2017-09-131-2/+2
* Fix zpages readme and add helper function that starts a server. (#570)Bogdan Drutu2017-08-291-10/+1
* Merge pull request #564 from sebright/tag-value-classsebright2017-08-291-1/+1
|\
| * Add a TagValue class.Kristen Kozak2017-08-251-1/+1
* | Rename the package for exporters to match the artifact name. (#566)Bogdan Drutu2017-08-283-3/+3
* | Rename zpage package to match the artifact name. (#567)Bogdan Drutu2017-08-281-1/+1
* | Add a Stackdriver trace exporter using V1 Stackdriver Trace API. (#554)Bogdan Drutu2017-08-281-2/+2
* | Update StatsRunner for new tagging API.Kristen Kozak2017-08-251-20/+23
|/
* Update README for zpages configuration. Add a generic class that registers al...Bogdan Drutu2017-08-251-2/+2
* Cleanup LoggingExporter. (#553)Bogdan Drutu2017-08-243-6/+6
* Rename contrib projects. (#551)Stefan Schmidt2017-08-241-1/+1
* Change the licence to OpenCensus authors. (#539)Bogdan Drutu2017-08-235-5/+20
* Add initial implementation of the tracez page. (#517)Bogdan Drutu2017-08-162-1/+45
* Replace original tag classes with classes in the tags package.Kristen Kozak2017-08-141-42/+37
* Add Scope as interface for NonThrowingCloseables that work with current context.Kristen Kozak2017-07-113-10/+9
* Rename Measure and Measurement subclasses. (#414)Yang Song2017-07-061-5/+5
* Refactor MeasurementValue and MeasurementMap (#405)Yang Song2017-07-061-6/+12
* Move logging exporter into an independent package. (#416)Bogdan Drutu2017-07-055-13/+11
* Mark benchmark variables to be final. Add javadoc for main argument. (#409)Bogdan Drutu2017-07-044-4/+20
* Change tracer API names to create a SpanBuilder. (#407)Bogdan Drutu2017-07-033-4/+4
* Refactor MeasurementDescriptor. (#396)Yang Song2017-06-301-10/+6
* Change API to remove the "Option" logic and keep only Builder. (#380)Bogdan Drutu2017-06-302-2/+2
* Change examples to use runtime dependency on implementations. (#383)Bogdan Drutu2017-06-221-3/+3
* Fix Tracing method name to get ExportComponent (#382)Bogdan Drutu2017-06-223-3/+3
* Move stats classes to io.opencensus.stats.Kristen Kozak2017-06-162-12/+11
* Move TestClock in opencensus-testing package. (#368)Bogdan Drutu2017-06-161-1/+3
* Add README.md for examples, change all reference to Instrumentation to OpenCe...Bogdan Drutu2017-06-132-1/+13