From 5cf27d795932644c39b5da3be7fea8e0ca602e2d Mon Sep 17 00:00:00 2001 From: Silvan Date: Fri, 17 Feb 2023 15:32:52 +0100 Subject: [PATCH] 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 --- cmd/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/defaults.yaml b/cmd/defaults.yaml index 2ab0f15060..02157293fe 100644 --- a/cmd/defaults.yaml +++ b/cmd/defaults.yaml @@ -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