From 8f42578719c609b49751ec38b1889a8bb815357f Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 13 May 2023 23:29:10 +0200 Subject: [PATCH] VEGAS/sso: OTel sampling: 0.01 -> 0.50 --- hosts/VEGAS/services/sso/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/VEGAS/services/sso/default.nix b/hosts/VEGAS/services/sso/default.nix index 410f96c..8e8a76e 100644 --- a/hosts/VEGAS/services/sso/default.nix +++ b/hosts/VEGAS/services/sso/default.nix @@ -59,6 +59,6 @@ in OTEL_EXPORTER_OTLP_PROTOCOL = "grpc"; OTEL_EXPORTER_OTLP_ENDPOINT = config.links.tempo-otlp-grpc.url; OTEL_TRACES_SAMPLER = "parentbased_traceidratio"; - OTEL_TRACES_SAMPLER_ARG = "0.01"; + OTEL_TRACES_SAMPLER_ARG = "0.50"; }; }