From e527187ce6fccedd385900ca7bfb108de7434a2d Mon Sep 17 00:00:00 2001 From: Jinsong Wang <64242752+jinsongo@users.noreply.github.com> Date: Thu, 31 Oct 2024 05:54:06 -0700 Subject: [PATCH] Add otel.backend.using.http option in config file (#64) --- llm/config/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/llm/config/config.yaml b/llm/config/config.yaml index 924bd6d..a52db23 100644 --- a/llm/config/config.yaml +++ b/llm/config/config.yaml @@ -3,6 +3,7 @@ llm.application: LLM_DC instances: - otel.agentless.mode: true otel.backend.url: http://:4317 + otel.backend.using.http: false callback.interval: 10 otel.service.name: DC1 otel.service.port: 8000