mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-01 11:48:24 +00:00
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:
parent
40ad36f5fd
commit
5cf27d7959
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user