aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
blob: eb37cd176bdfd9d9ae42a6b43c200ffd786c12b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# OpenCensus Examples

## To build the examples use

```
$ ./gradlew installDist
```

* Remember to change `opencensusVersion` in `build.gradle` to a released version you want to use.
## To run "StatsRunner" example use

```
$ ./examples/build/install/examples/bin/StatsRunner
```

## To run "ZPagesTester"
```
$ ./examples/build/install/examples/bin/ZPagesTester
```

Available pages:
* For tracing page go to [localhost:8080/tracez][ZPagesTraceZLink]. 
* For tracing config page go to [localhost:8080/traceconfigz][ZPagesTraceConfigZLink].

[ZPagesTraceZLink]: http://localhost:8080/tracez
[ZPagesTraceConfigZLink]: http://localhost:8080/traceconfigz