aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2018-04-13Update release versions for all readme and build files. (#1129)Yang Song
2018-03-20Move the examples/ format check from the build file to the Travis script.Kristen Kozak
2018-03-20Move the examples/ checkstyle check from the build file to the Travis script.Kristen Kozak
2018-03-20Add bazel build for gRPC Hello World example. (#1052)Yang Song
2018-03-19Fix comment about bucket boundaries in the helloworld example. (#1070)Ian Sturdy
2018-03-17Add a gRPC Hello World example. (#1044)Yang Song
2018-03-15Change MBy to By units. (#1058)easy
2018-03-15Make "./gradlew goJF" work in examples/ (#1059)easy
2018-03-05Update ZPagesTester section in examples README (#1049)Yang Song
2018-03-04Prefer non-deprecated classes. (#1045)Stefan Schmidt
2018-03-02Update QuickStart to improve readability. (#1043)Yang Song
2018-03-02Update example README to include QuickStart (#1042)Yang Song
2018-03-01Add a QuickStart example. (#1039)Yang Song
2018-02-27Update release versions for all readme and build files. (#1033)Yang Song
2018-02-20Update opencensus version for bazel build file in examples (#1011)Yang Song
2018-02-19Update release versions for all readme and build files. (#1010)Yang Song
2018-02-16Start 0.13.0 development cycle (#1004)Yang Song
2018-01-31Fix broken command in examples readme. (#969)Hailong Wen
2018-01-24Update release versions for all readme and build files. (#961)Hailong Wen
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