style: deprecate INGESTOR_API_URL env var (#565)

This commit is contained in:
Warren 2025-01-22 06:18:36 -08:00 committed by GitHub
parent fc4548fdab
commit 74d6f4d1cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 5 deletions

View file

@ -8,7 +8,6 @@ services:
CLICKHOUSE_SERVER_ENDPOINT: 'ch-server:9000'
HYPERDX_API_KEY: ${HYPERDX_API_KEY}
HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
INGESTOR_API_URL: 'http://ingestor:8002'
volumes:
- ./docker/otel-collector/config.yaml:/etc/otelcol-contrib/config.yaml
ports:

View file

@ -55,7 +55,6 @@ services:
CLICKHOUSE_SERVER_ENDPOINT: 'ch-server:9000'
HYPERDX_API_KEY: ${HYPERDX_API_KEY}
HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
INGESTOR_API_URL: 'http://ingestor:8002'
volumes:
- ./docker/otel-collector/config.yaml:/etc/otelcol-contrib/config.yaml
ports:
@ -85,7 +84,6 @@ services:
# HDX_NODE_CONSOLE_CAPTURE: 1
# HYPERDX_API_KEY: ${HYPERDX_API_KEY}
# HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
# INGESTOR_API_URL: 'http://ingestor:8002'
# MINER_API_URL: 'http://miner:5123'
# MONGO_URI: 'mongodb://db:27017/hyperdx'
# NODE_ENV: development

View file

@ -71,7 +71,6 @@ services:
environment:
CLICKHOUSE_SERVER_ENDPOINT: 'ch-server:9000'
HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
INGESTOR_API_URL: 'http://ingestor:8002'
ports:
- '13133:13133' # health_check extension
- '24225:24225' # fluentd receiver
@ -97,7 +96,6 @@ services:
# HDX_NODE_CONSOLE_CAPTURE: 1
# HYPERDX_API_KEY: ${HYPERDX_API_KEY}
# HYPERDX_LOG_LEVEL: ${HYPERDX_LOG_LEVEL}
# INGESTOR_API_URL: 'http://ingestor:8002'
# MINER_API_URL: 'http://miner:5123'
# MONGO_URI: 'mongodb://db:27017/hyperdx'
# NODE_ENV: development