mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
style: deprecate INGESTOR_API_URL env var (#565)
This commit is contained in:
parent
fc4548fdab
commit
74d6f4d1cd
3 changed files with 0 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue