Skip to content

Commit 06a8953

Browse files
authored
Update README.md
1 parent 8cc722b commit 06a8953

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Collector](https://opentelemetry.io/docs/collector/) running on `localhost` with
5454
```yaml
5555
username: "ignored"
5656
password: "ignored"
57-
restURL: "http://localhost:4318/v1/traces
57+
restURL: "http://localhost:4318/v1/traces"
5858
```
5959
6060
Finally, start the test-telemetry-generator:
@@ -72,21 +72,6 @@ If all goes well, you should see test-telemetry-generator printing out some logs
7272
...
7373
```
7474

75-
As a next step, you can add metrics and logs as well by downloading some more [example definitions](./example-definitions/):
76-
77-
```shell
78-
curl -O https://raw.githubusercontent.com/cisco-open/test-telemetry-generator/master/example-definitions/log-definition.yaml
79-
curl -O https://raw.githubusercontent.com/cisco-open/test-telemetry-generator/master/example-definitions/metric-definition.yaml
80-
```
81-
82-
Start the test-telemetry-generator:
83-
84-
```shell
85-
java -jar test-telemetry-generator-otel-proto-0.9.0-fatjar.jar -e entity-definition.yaml -s trace-definition.yaml -t cli-target-rest.yaml -l log-definition.yaml -m metric-definition.yaml
86-
```
87-
88-
Again, you will see test-telemetry-generator printing out some logs for you and you should also see traces, metrics and logs flowing into your OTLP endpoint.
89-
9075
You now have a working setup from which you can build your own telemetry test environment. Update the definition files to your needs and read the [wiki](https://github.com/cisco-open/test-telemetry-generator/wiki) to learn more.
9176

9277
***

0 commit comments

Comments
 (0)