Lower traces-sample-rate

This commit is contained in:
Nassim Jahnke 2023-04-27 13:26:01 +02:00
parent b482d985df
commit a917b41ca0
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
2 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,7 @@ stringData:
sentry:
dsn: "{{ .Values.backend.config.sentry.dsn }}"
environment: "{{ .Values.backend.config.sentry.environment }}"
traces-sample-rate: 1.0
traces-sample-rate: "{{ .Values.backend.config.sentry.tracesSampleRate }}"
instrumenter: "otel"
logging:

View File

@ -183,6 +183,7 @@ backend:
sentry:
dsn: "todo"
environment: "todo"
tracesSampleRate: 0.2
storage:
type: "local"
accessKey: "todo"