You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,12 +212,12 @@ zpages:
212
212
213
213
### <a name="agent-usage"></a>Usage
214
214
215
+
> It is recommended that you use the latest [release](https://github.com/census-instrumentation/opencensus-service/releases).
216
+
215
217
The ocagent can be run directly from sources, binary, or a Docker image. If you are planning to run from sources or build
216
218
on your machine start by cloning the repo using `go get -d github.com/census-instrumentation/opencensus-service`.
217
219
218
-
It is recommended that you use the latest [release](https://github.com/census-instrumentation/opencensus-service/releases).
219
-
220
-
The minimum Go version required for this project is Go 1.11.4.
220
+
The minimum Go version required for this project is Go 1.11.4. In addition, you must manually install [Bazaar](https://github.com/census-instrumentation/opencensus-service/blob/master/CONTRIBUTING.md#required-tools)
221
221
222
222
1. Run from sources:
223
223
@@ -366,11 +366,11 @@ Usage:
366
366
367
367
Flags:
368
368
--config string Path to the config file
369
-
--debug-processor Flag to add a debug processor (combine with log level DEBUG to log incoming spans)
370
369
--health-check-http-port uint Port on which to run the healthcheck http server. (default 13133)
371
370
-h, --help help for occollector
372
371
--http-pprof-port uint Port to be used by golang net/http/pprof (Performance Profiler), the profiler is disabled if no port or 0 is specified.
0 commit comments