Skip to content

Commit 74d6f4d

Browse files
authored
style: deprecate INGESTOR_API_URL env var (#565)
1 parent fc4548f commit 74d6f4d

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

docker-compose.ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ services:
88
CLICKHOUSE_SERVER_ENDPOINT: 'ch-server:9000'
99
HYPERDX_API_KEY: ${HYPERDX_API_KEY}
1010
HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
11-
INGESTOR_API_URL: 'http://ingestor:8002'
1211
volumes:
1312
- ./docker/otel-collector/config.yaml:/etc/otelcol-contrib/config.yaml
1413
ports:

docker-compose.dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ services:
5555
CLICKHOUSE_SERVER_ENDPOINT: 'ch-server:9000'
5656
HYPERDX_API_KEY: ${HYPERDX_API_KEY}
5757
HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
58-
INGESTOR_API_URL: 'http://ingestor:8002'
5958
volumes:
6059
- ./docker/otel-collector/config.yaml:/etc/otelcol-contrib/config.yaml
6160
ports:
@@ -85,7 +84,6 @@ services:
8584
# HDX_NODE_CONSOLE_CAPTURE: 1
8685
# HYPERDX_API_KEY: ${HYPERDX_API_KEY}
8786
# HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
88-
# INGESTOR_API_URL: 'http://ingestor:8002'
8987
# MINER_API_URL: 'http://miner:5123'
9088
# MONGO_URI: 'mongodb://db:27017/hyperdx'
9189
# NODE_ENV: development

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ services:
7171
environment:
7272
CLICKHOUSE_SERVER_ENDPOINT: 'ch-server:9000'
7373
HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
74-
INGESTOR_API_URL: 'http://ingestor:8002'
7574
ports:
7675
- '13133:13133' # health_check extension
7776
- '24225:24225' # fluentd receiver
@@ -97,7 +96,6 @@ services:
9796
# HDX_NODE_CONSOLE_CAPTURE: 1
9897
# HYPERDX_API_KEY: ${HYPERDX_API_KEY}
9998
# HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
100-
# INGESTOR_API_URL: 'http://ingestor:8002'
10199
# MINER_API_URL: 'http://miner:5123'
102100
# MONGO_URI: 'mongodb://db:27017/hyperdx'
103101
# NODE_ENV: development

0 commit comments

Comments
 (0)