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: