From 11915c29a99ed837b3609b2f0b5279573f5ca84f Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:46:15 +0000 Subject: [PATCH] feat(cloud-agent-next): enable tracing in observability config Update the observability block in wrangler.jsonc to enable traces and persistent logs with head_sampling_rate=1, while keeping the top-level observability.enabled flag false so the full pipeline can be activated in a controlled rollout. --- cloud-agent-next/wrangler.jsonc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/cloud-agent-next/wrangler.jsonc b/cloud-agent-next/wrangler.jsonc index 38b24f60da..8353dc0353 100644 --- a/cloud-agent-next/wrangler.jsonc +++ b/cloud-agent-next/wrangler.jsonc @@ -18,7 +18,19 @@ "ip": "0.0.0.0", }, "observability": { - "enabled": true, + "enabled": false, + "head_sampling_rate": 1, + "logs": { + "enabled": true, + "head_sampling_rate": 1, + "persist": true, + "invocation_logs": true, + }, + "traces": { + "enabled": true, + "persist": true, + "head_sampling_rate": 1, + }, }, "logpush": true, "routes": [