Skip to content

Commit

Permalink
fix demo profile doc test (istio#43940)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiaop authored Mar 15, 2023
1 parent b3abec2 commit 9657885
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/profiles/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
skywalking:
service: tracing.istio-system.svc.cluster.local
port: 11800
- name: otel
- name: otel-tracing
opentelemetry:
port: 4317
service: opentelemetry-collector.otel-collector.svc.cluster.local
Expand Down
4 changes: 2 additions & 2 deletions samples/open-telemetry/tracing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Or ensure you have the following additional mesh config set in your Istio:
```yaml
defaultConfig:
extensionProviders:
- name: otel
- name: otel-tracing
opentelemetry:
port: 4317
service: opentelemetry-collector.otel-collector.svc.cluster.local
Expand All @@ -111,7 +111,7 @@ The core config is:
```yaml
tracing:
- providers:
- name: otel
- name: otel-tracing
randomSamplingPercentage: 0
```

Expand Down
2 changes: 1 addition & 1 deletion samples/open-telemetry/tracing/telemetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
spec:
tracing:
- providers:
- name: otel
- name: otel-tracing
randomSamplingPercentage: 0

0 comments on commit 9657885

Please sign in to comment.