Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed settings docs #2223

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
```