aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update gradle to 4.7. (#1231)Bogdan Drutu2018-06-042-1/+1
* Update release versions for all readme and build files. (#1190)Yang Song2018-05-083-42/+42
* Update release versions for all readme and build files. (#1178)Yang Song2018-05-023-42/+42
* Update release versions for Bazel BUILD. (#1166)Yang Song2018-04-302-275/+511
* Update release versions for readme and build files. (#1160)Yang Song2018-04-272-2/+2
* Start 0.14.0 development cycle (#1157)Yang Song2018-04-272-2/+2
* Rename StatsRunner to TagContextExample because it's more about TagContext. (...Yang Song2018-04-275-16/+16
* Update release versions for all readme and build files. (#1129)Yang Song2018-04-132-2/+2
* Move the examples/ format check from the build file to the Travis script.Kristen Kozak2018-03-201-26/+0
* Move the examples/ checkstyle check from the build file to the Travis script.Kristen Kozak2018-03-201-16/+0
* Add bazel build for gRPC Hello World example. (#1052)Yang Song2018-03-204-50/+1431
* Fix comment about bucket boundaries in the helloworld example. (#1070)Ian Sturdy2018-03-191-2/+2
* Add a gRPC Hello World example. (#1044)Yang Song2018-03-178-5/+590
* Change MBy to By units. (#1058)easy2018-03-151-4/+6
* Make "./gradlew goJF" work in examples/ (#1059)easy2018-03-152-11/+50
* Update ZPagesTester section in examples README (#1049)Yang Song2018-03-051-0/+4
* Prefer non-deprecated classes. (#1045)Stefan Schmidt2018-03-043-6/+6
* Update QuickStart to improve readability. (#1043)Yang Song2018-03-021-3/+1
* Update example README to include QuickStart (#1042)Yang Song2018-03-021-0/+17
* Add a QuickStart example. (#1039)Yang Song2018-03-014-0/+130
* Update release versions for all readme and build files. (#1033)Yang Song2018-02-273-42/+42
* Update opencensus version for bazel build file in examples (#1011)Yang Song2018-02-201-32/+57
* Update release versions for all readme and build files. (#1010)Yang Song2018-02-192-2/+2
* Start 0.13.0 development cycle (#1004)Yang Song2018-02-162-2/+2
* 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
|\