Skip to content

Commit edcaf2c

Browse files
committed
Add otel traces sampling rate
1 parent c1a0236 commit edcaf2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

k8s/ex-prod-values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ config:
4747
EX_Serilog__MinimumLevel__Default: "Warning"
4848
EX_Apm__EnableLogs: "true"
4949
EX_Apm__FullDetails: "true"
50+
EX_OTEL_TRACES_SAMPLER: "parentbased_traceidratio"
51+
EX_OTEL_TRACES_SAMPLER_ARG: "0.1"
52+
EX_OTEL_LOG_LEVEL: "warn"

0 commit comments

Comments
 (0)