Skip to content

Commit e9a1cad

Browse files
committed
Commit for 0.9.0 branch
Signed-off-by: svrnm <[email protected]>
1 parent 98e3361 commit e9a1cad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ This tools can be added to your code as a dependency or executed from the comman
2828

2929
## Quickstart
3030

31-
For a quick start with a basic setup you can download the [latest fat-jar](https://github.com/cisco-open/test-telemetry-generator/releases/download/latest/test-telemetry-generator-otel-proto-0.18.0-fatjar.jar) and [example definitions](./example-definitions/) and put them all into one directory.
31+
For a quick start with a basic setup you can download the [latest fat-jar](https://github.com/cisco-open/test-telemetry-generator/releases/download/latest/test-telemetry-generator-otel-proto-0.9.0-fatjar.jar) and [example definitions](./example-definitions/) and put them all into one directory.
3232

3333
You can do all of that in the command line using [curl](https://curl.se/) like the following:
3434

3535
```shell
3636
mkdir my-test-telemetry
3737
cd my-test-telemetry
38-
curl -O https://github.com/cisco-open/test-telemetry-generator/releases/download/latest/test-telemetry-generator-otel-proto-0.18.0-fatjar.jar
38+
curl -O https://github.com/cisco-open/test-telemetry-generator/releases/download/latest/test-telemetry-generator-otel-proto-0.9.0-fatjar.jar
3939
curl -O https://raw.githubusercontent.com/cisco-open/test-telemetry-generator/master/example-definitions/entity-definition.yaml
4040
curl -O https://raw.githubusercontent.com/cisco-open/test-telemetry-generator/master/example-definitions/trace-definition.yaml
4141
curl -O https://raw.githubusercontent.com/cisco-open/test-telemetry-generator/master/example-definitions/cli-target-rest.yaml
@@ -45,7 +45,7 @@ Your `my-test-telemetry` directory should now contain the following files:
4545

4646
```shell
4747
$ ls
48-
cli-target-rest.yaml entity-definition.yaml test-telemetry-generator-otel-proto-0.18.0-fatjar.jar trace-definition.yaml
48+
cli-target-rest.yaml entity-definition.yaml test-telemetry-generator-otel-proto-0.9.0-fatjar.jar trace-definition.yaml
4949
```
5050

5151
Next, open the `cli-target-rest.yml` with an editor of your choice and set the `restURL` to your OTLP HTTP endpoint. For example, if you use an [OpenTelemetry
@@ -60,7 +60,7 @@ restURL: "http://localhost:4318/v1/traces
6060
Finally, start the test-telemetry-generator:
6161
6262
```shell
63-
java -jar test-telemetry-generator-otel-proto-0.18.0-fatjar.jar -e entity-definition.yaml -s trace-definition.yaml -t cli-target-rest.yaml
63+
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
6464
```
6565
6666
If all goes well, you should see test-telemetry-generator printing out some logs for you:
@@ -82,7 +82,7 @@ curl -O https://raw.githubusercontent.com/cisco-open/test-telemetry-generator/ma
8282
Start the test-telemetry-generator:
8383
8484
```shell
85-
java -jar test-telemetry-generator-otel-proto-0.18.0-fatjar.jar -e entity-definition.yaml -s trace-definition.yaml -t cli-target-rest.yaml -l log-definition.yaml -m metric-definition.yaml
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
8686
```
8787
8888
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.

0 commit comments

Comments
 (0)