Skip to content

Commit

Permalink
ci(k8s): use sampler only for traces
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 4, 2023
1 parent 4639b6b commit 8af9e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .k8s/otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ data:
exporters: [ otlp/oteldb ]
metrics/spanmetrics:
receivers: [ spanmetrics ]
processors: [ probabilistic_sampler, memory_limiter, batch ]
processors: [ memory_limiter, batch ]
exporters: [ otlp/oteldb ]
---
apiVersion: v1
Expand Down

0 comments on commit 8af9e95

Please sign in to comment.