diff options
| author | Bogdan Drutu <bdrutu@google.com> | 2017-06-13 16:16:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-13 16:16:55 -0700 |
| commit | e47a5ca5063c59bc18ac4c90f4df3514fe0b5b95 (patch) | |
| tree | a1f9f3453ebd744cd9740c1108c1e653ac605454 /examples | |
| parent | c6e146ba77ed74b8272c2d1142b3e17eda93d090 (diff) | |
| download | platform_external_opencensus-java-e47a5ca5063c59bc18ac4c90f4df3514fe0b5b95.tar.gz platform_external_opencensus-java-e47a5ca5063c59bc18ac4c90f4df3514fe0b5b95.tar.bz2 platform_external_opencensus-java-e47a5ca5063c59bc18ac4c90f4df3514fe0b5b95.zip | |
Add README.md for examples, change all reference to Instrumentation to OpenCensus. (#354)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/README.md | 12 | ||||
| -rw-r--r-- | examples/build.gradle | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..b76f456b --- /dev/null +++ b/examples/README.md @@ -0,0 +1,12 @@ +# OpenCensus Examples + +## To build the examples use + +``` +$ ./gradlew installDist +``` +## To run "StatsRunner" example use + +``` +$ ./examples/build/install/examples/bin/StatsRunner +```
\ No newline at end of file diff --git a/examples/build.gradle b/examples/build.gradle index aac3619e..480374a1 100644 --- a/examples/build.gradle +++ b/examples/build.gradle @@ -1,4 +1,4 @@ -description = 'Instrumentation: Examples' +description = 'OpenCensus Examples' tasks.withType(JavaCompile) { sourceCompatibility = '1.8' |
