Skip to content

Commit

Permalink
chore: rm deprecated env
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 18, 2023
1 parent 36351d2 commit e6790a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dev/local/ch-bench/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ services:
environment:
- OTELDB_STORAGE=ch
- CH_DSN=clickhouse://clickhouse:9000
- METRICS_ADDR=:3201
- OTEL_LOG_LEVEL=warn
- OTEL_METRICS_EXPORTER=none
- OTEL_LOGS_EXPORTER=none
Expand Down
1 change: 0 additions & 1 deletion dev/local/ch-demo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ services:
environment:
- OTELDB_STORAGE=ch
- CH_DSN=clickhouse://clickhouse:9000
- METRICS_ADDR=:3201
- OTEL_LOG_LEVEL=info
- OTEL_METRICS_EXPORTER=otlp
- OTEL_LOGS_EXPORTER=otlp
Expand Down
1 change: 0 additions & 1 deletion dev/otelproxy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ services:
- "PYROSCOPE_URL=http://pyroscope:4040"
- "TEMPO_URL=http://tempo:3200"
- "PROMETHEUS_URL=http://prometheus:9090"
- "METRICS_ADDR=:9000"
- "OTEL_METRICS_EXPORTER=prometheus"
- "OTEL_EXPORTER_OTLP_TRACES_PROTOCOL=grpc"
- "OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://tempo:4317"
Expand Down

0 comments on commit e6790a5

Please sign in to comment.