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

@ -153,7 +153,7 @@ def up(file, path, foreground):
# Set the ARCH_CONFIG_FILE environment variable
env_stage = {
"OTEL_TRACING_HTTP_ENDPOINT": "http://host.docker.internal:4318/v1/traces",
"OTEL_TRACING_GRPC_ENDPOINT": "http://host.docker.internal:4317",
}
env = os.environ.copy()
# Remove PATH variable if present