Skip to content

Commit 02b619b

Browse files
authored
Merge pull request #1585 from StackVista/fix-otel-collector-yaml
Fix otel collector yaml
2 parents 6ce3d15 + ce2d403 commit 02b619b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup/otel/collector.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ config:
123123
namespace: otel_span
124124
routing/traces:
125125
error_mode: ignore
126-
match_once: false
127126
table:
128127
- statement: route()
129128
pipelines: [traces/sampling, traces/spanmetrics]
@@ -262,4 +261,4 @@ The Open Telemetry documentation provides much more details on the configuration
262261
- Open Telemetry Collector configuration: https://opentelemetry.io/docs/collector/configuration/
263262
- Kubernetes installation of the collector: https://opentelemetry.io/docs/kubernetes/helm/collector/
264263
- Using the Kubernetes operator instead of the collector Helm chart: https://opentelemetry.io/docs/kubernetes/operator/
265-
- Open Telemetry sampling: https://opentelemetry.io/blog/2022/tail-sampling/
264+
- Open Telemetry sampling: https://opentelemetry.io/blog/2022/tail-sampling/

0 commit comments

Comments
 (0)