Skip to content

Commit

Permalink
Fix README - remove broken links and commands (open-telemetry#211)
Browse files Browse the repository at this point in the history
Signed-off-by: Hui Kang <[email protected]>
  • Loading branch information
huikang authored and Paulo Janotti committed Jul 31, 2019
1 parent 1969524 commit 9da5d05
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,23 +89,22 @@ Create an Agent [configuration](#config) file based on the options described
below. By default, the Agent has the `opencensus` receiver enabled, but no
exporters configured.

Build the Agent, see [Usage](##agent-usage),
and start it:
Build the Agent and start it with the example configuration:

```shell
$ ./bin/$(go env GOOS)/otelsvc
$ ./bin/$(go env GOOS)/otelsvc --config ./examples/demotrace/otel-agent-config.yaml
$ 2018/10/08 21:38:00 Running OpenTelemetry receiver as a gRPC service at "127.0.0.1:55678"
```

Create an Collector [configuration](#config) file based on the options
described below. By default, the Collector has the `opencensus` receiver
enabled, but no exporters configured.

Build the Collector and start it:
Build the Collector and start it with the example configuration:

```shell
$ make otelsvc
$ ./bin/$($GOOS)/otelsvc
$ ./bin/$($GOOS)/otelsvc --config ./examples/demotrace/otel-collector-config.yaml
```

Run the demo application:
Expand Down

0 comments on commit 9da5d05

Please sign in to comment.