mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
remove unused trace collector and fix env var
This commit is contained in:
parent
7eec3bc932
commit
c999b36c41
24 changed files with 31 additions and 864 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue