From 5b0bf3f8262845143ac01a067c92d0a658cddc30 Mon Sep 17 00:00:00 2001 From: Cristiano Hoshikawa Date: Wed, 24 Jun 2026 14:24:45 -0300 Subject: [PATCH] bugfix Alex 2026-06-24 --- .env.example | 3 ++- .idea/workspace.xml | 24 +++++++++++++----------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.env.example b/.env.example index edca883..0b0ac9a 100644 --- a/.env.example +++ b/.env.example @@ -71,6 +71,7 @@ RAG_FILE_GLOBS=*.md,*.txt,*.yaml,*.yml,*.json # Observabilidade ############################################################################### ENABLE_LANGFUSE=true +LANGFUSE_TRACE_MODE=verbose # Opcional: verbose, compact LANGFUSE_PUBLIC_KEY=pk-lf-bd9b0c7e-2b8b-4e5b-a382-284a9b4413b3 LANGFUSE_SECRET_KEY=sk-lf-5f5cc18d-0bb5-424e-b5d0-cb3664d58c20 LANGFUSE_HOST=http://localhost:3005 @@ -85,7 +86,7 @@ ENABLE_LANGFUSE_OPENAI_AUTO_INSTRUMENTATION=true # Quando true, AgentObserver publica eventos IC.*, NOC.* e GRL.* nos providers abaixo. ENABLE_ANALYTICS=false # Providers aceitos: oci_streaming,pubsub,noop -ANALYTICS_PROVIDERS=oci_streaming +ANALYTICS_PROVIDERS=pubsub # Compatibilidade FIRST/TIM: pode informar AGENT_PUBSUB_TOPIC diretamente. AGENT_PUBSUB_TOPIC= GCP_PUBSUB_TOPIC_PATH= diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f4cc08f..189ce06 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,14 +4,7 @@