Skip to content

Commit

Permalink
Changed settings docs (#2223)
Browse files Browse the repository at this point in the history
Changed from using -file to -f
Changed so there is no id in example for demo settings as that was causing it to disappear.
  • Loading branch information
kdhamric committed Mar 20, 2023
1 parent 5fbb467 commit 4b938bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/configuration/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ spec:
Proceed to run this command in the terminal and specify the file above.

```bash
tracetest apply config -file my/resource/analytics-resource.yaml
tracetest apply config -f my/resource/analytics-resource.yaml
```

4 changes: 1 addition & 3 deletions docs/docs/configuration/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type: Demo
spec:
type: pokeshop
enabled: true
id: pokeshop
name: pokeshop
opentelemetryStore: {}
pokeshop:
Expand All @@ -30,7 +29,7 @@ spec:
Proceed to run this command in the terminal, and specify the file above.

```bash
tracetest apply demo -file my/resource/demo-resource.yaml
tracetest apply demo -f my/resource/demo-resource.yaml
```

You can configure the OpenTelemetry Community Demo using the same commands with this yaml file:
Expand All @@ -40,7 +39,6 @@ type: Demo
spec:
type: opentelemetryStore
enabled: true
id: opentelemetrystore
name: opentelemetryStore
opentelemetryStore:
cartEndpoint: http://otel-cartservice.otel-demo:7070
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/configuration/trace-polling.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ spec:
Proceed to run this command in the terminal and specify the file above.

```bash
tracetest apply pollingprofile -file my/resource/pollingprofile-resource.yaml
tracetest apply pollingprofile -f my/resource/pollingprofile-resource.yaml
```

0 comments on commit 4b938bc

Please sign in to comment.