1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-03-17 20:57:51 +02:00

Correct README links

This commit is contained in:
wtong98 2020-05-27 10:13:11 -05:00
parent 80d1eb98ed
commit 94c630dbbb

View File

@ -26,7 +26,7 @@ go run main.go
```
The application is currently configured to transmit exported data to
`localhost:55680`. See [main.go](example/otlp/main.go) for full details.
`localhost:55680`. See [main.go](otlp/main.go) for full details.
Note, if you don't have a receiver configured to take in metric data, the
application will complain about being unable to connect.
@ -68,7 +68,7 @@ service:
```
An example config has been provided at
[example-otlp-config.yaml](example/otlp/example-otlp-config.yaml).
[example-otlp-config.yaml](otlp/example-otlp-config.yaml).
Then to run:
```sh