Skip to content

Commit fc9a6e6

Browse files
authored
fix: don't sample traces on the exporter (#4822)
It generates a new sub-span for every GCS upload, which is too many
1 parent fe55e02 commit fc9a6e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployment/clouddeploy/gke-workers/base/exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ spec:
3333
memory: "64Gi"
3434
env:
3535
- name: TRACE_SAMPLE_RATE
36-
value: "1.0"
36+
value: "0.0"
3737
restartPolicy: Never

0 commit comments

Comments
 (0)