remove unused trace collector and fix env var

This commit is contained in:
Adil Hafeez 2026-02-07 13:08:32 -08:00
parent 7eec3bc932
commit c999b36c41
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
24 changed files with 31 additions and 864 deletions

View file

@ -21,4 +21,4 @@ services:
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY:?error}
- MISTRAL_API_KEY=${MISTRAL_API_KEY:?error}
- OTEL_TRACING_HTTP_ENDPOINT=http://host.docker.internal:4318/v1/traces
- OTEL_TRACING_GRPC_ENDPOINT=http://host.docker.internal:4317