aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Update release version for Bazel build files. (#1457)sebright2018-09-182-153/+148
| | | | | This commit also sets the version of the com.google.guava:guava-jdk5 artifact in the generate_workspace command and removes the com_fasterxml_jackson_core_jackson_core dependency from BUILD.bazel.
* Update release versions for all readme and build files. (#1452)sebright2018-09-182-2/+2
|
* Update release versions for all readme and build files. (#1435)sebright2018-09-152-4/+4
| | | | | This commit also updates the gRPC dependency to 1.13.1 in the Maven and Gradle examples in order to resolve a dependency conflict in the Maven build.
* Start 0.17.0 development cycle (#1429)sebright2018-09-142-2/+2
|
* Examples : set sampler to always sample (#1388)Mayur Kale2018-08-315-1/+104
| | | | | | | | | | | | | | * Examples : set sampler to always sample * Add sleep method to utils class * Utils: make package-private * Add info on always sampler * Fix style checker and java format * minor fix
* Update release versions for all readme and build files. (#1398)Yang Song2018-08-283-51/+35
|
* gradle wrapper --gradle-version 4.9 (#1360)Bogdan Drutu2018-08-072-1/+1
|
* Remove use of deprecated AggregationWindow from QuickStart.java.Kristen Kozak2018-07-111-3/+1
|
* Example: record against an example method tag. (#1280)Yang Song2018-06-251-0/+3
|
* Examples: Record some stats and spans for ZPageTester. (#1279)Yang Song2018-06-221-0/+76
| | | | | | | | * Examples: Record some stats and spans for ZPageTester. * Fix format. * Fix review comments.
* Update release versions for all readme and build files. (#1277)Yang Song2018-06-213-118/+120
| | | | | | * Update release versions for all readme and build files. * Fix the gRPC version conflict for example mvn build.
* Start 0.16.0 development cycleKristen Kozak2018-06-202-2/+2
|
* Examples: add runtime dependency on netty-tcnative-boringssl-static. (#1247)Yang Song2018-06-082-3/+10
|
* Update release versions for all readme and build files. (#1237)Yang Song2018-06-054-174/+155
| | | | | | | | * Update release versions for all readme and build files. * Manually update gRPC version in example build. * Remove a stale TODO.
* Start 0.15.0 development cyclesongy232018-06-042-2/+2
|
* 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 Bazel BUILD. * Fix conflicts in WORKSPACE.
* Update release versions for readme and build files. (#1160)Yang Song2018-04-272-2/+2
| | | Update release versions for readme and build files.
* 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
| | | | (#1156)
* 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
| | | | | | This change simplifies the example build file by removing plugins not necessary to build the project. The new Travis job is under allow_failures, so that contributors aren't required to download and run the tool.
* Move the examples/ checkstyle check from the build file to the Travis script.Kristen Kozak2018-03-201-16/+0
| | | | | This change simplifies the example build file but allows us to continue checking the license headers in CI.
* 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
| | | This reflects the default gRPC views which use bytes as units.
* 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 ↵Hailong Wen2018-01-223-38/+44
| | | | readmes and build files. (fixes #941) (#946)
* Update scripts in RELEASING.md to include examples/pom.xml, and apply the ↵Hailong Wen2018-01-191-1/+1
| | | | change. (#943)
* 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 bazel build support for `examples`. * Generate workspace depedencies by [migration-tooling](https://github.com/bazelbuild/migration-tooling). * Change README and add travis job to check bazel build. * Move sudo command to .travis.yml * Change library name to opencensus_examples.
* Add maven build support for `examples`. (#891)Hailong Wen2017-12-112-0/+104
| | | | | | * Add maven build support for `examples`. * Add travis task to verify maven examples build (gradle and maven).
* 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
| | | | | | | | * Remove unnecessary plugins. * Reuse existing checkstyle.xml and errorprone properties from main project. * Add script in travis and appveyor to build examples.
* Make `examples` an independent gradle project.Hailong Wen2017-12-0613-6/+846
|