fix(defaults): tracing fraction as float (#5194)

Changes the type of the default tracing fraction to float so that it can get changed to less than every trace in the configuration
This commit is contained in:
Silvan 2023-02-17 15:32:52 +01:00 committed by GitHub
parent 40ad36f5fd
commit 5cf27d7959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Metrics:
Tracing:
# Choose one in "otel", "google", "log" and "none"
Type: none
Fraction: 1
Fraction: 1.0
MetricPrefix: zitadel
# Port ZITADEL will listen on