From 2b8aa4df87ef11e222bffd4198b3579505e9a452 Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Sat, 24 Jan 2026 17:27:09 +0100 Subject: [PATCH] create litellm config file --- litellm/litellm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/litellm/litellm.yaml b/litellm/litellm.yaml index f9b1a9d..4a7f3c1 100644 --- a/litellm/litellm.yaml +++ b/litellm/litellm.yaml @@ -43,6 +43,8 @@ data: # REDIS_HOST: redis-16337.c322.us-east-1-2.ec2.cloud.redislabs.com # REDIS_PORT: "16337" # REDIS_PASSWORD: + OTEL_EXPORTER: "otlp_http" + OTEL_ENDPOINT: "http://phoenix:4317" --- apiVersion: apps/v1 kind: Deployment @@ -78,7 +80,7 @@ spec: - name: STORE_MODEL_IN_DB value: "True" - name: OTEL_EXPORTER - value: "otlp_grpc" + value: "otlp_http" - name: OTEL_ENDPOINT value: "http://phoenix:4317" volumes: