mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-20 18:19:05 +08:00
feat: enable new logs schema by default (#6077)
#### Summary - update all docker compose YAMLs to use new logs schema - enable `use_new_schema ` flag for clickhouselogsexporter in otel-collector config YAMLs - remove prefer delta from docker-compose YAMLs --------- Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
parent
5fa8686fcf
commit
87499d1ead
@ -150,7 +150,7 @@ services:
|
|||||||
command:
|
command:
|
||||||
[
|
[
|
||||||
"-config=/root/config/prometheus.yml",
|
"-config=/root/config/prometheus.yml",
|
||||||
# "--prefer-delta=true"
|
"--use-logs-new-schema=true"
|
||||||
]
|
]
|
||||||
# ports:
|
# ports:
|
||||||
# - "6060:6060" # pprof port
|
# - "6060:6060" # pprof port
|
||||||
|
@ -144,6 +144,7 @@ exporters:
|
|||||||
dsn: tcp://clickhouse:9000/signoz_logs
|
dsn: tcp://clickhouse:9000/signoz_logs
|
||||||
docker_multi_node_cluster: ${DOCKER_MULTI_NODE_CLUSTER}
|
docker_multi_node_cluster: ${DOCKER_MULTI_NODE_CLUSTER}
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
|
use_new_schema: true
|
||||||
extensions:
|
extensions:
|
||||||
health_check:
|
health_check:
|
||||||
endpoint: 0.0.0.0:13133
|
endpoint: 0.0.0.0:13133
|
||||||
|
@ -25,7 +25,7 @@ services:
|
|||||||
command:
|
command:
|
||||||
[
|
[
|
||||||
"-config=/root/config/prometheus.yml",
|
"-config=/root/config/prometheus.yml",
|
||||||
# "--prefer-delta=true"
|
"--use-logs-new-schema=true"
|
||||||
]
|
]
|
||||||
ports:
|
ports:
|
||||||
- "6060:6060"
|
- "6060:6060"
|
||||||
|
@ -169,8 +169,8 @@ services:
|
|||||||
command:
|
command:
|
||||||
[
|
[
|
||||||
"-config=/root/config/prometheus.yml",
|
"-config=/root/config/prometheus.yml",
|
||||||
"-gateway-url=https://api.staging.signoz.cloud"
|
"-gateway-url=https://api.staging.signoz.cloud",
|
||||||
# "--prefer-delta=true"
|
"--use-logs-new-schema=true"
|
||||||
]
|
]
|
||||||
# ports:
|
# ports:
|
||||||
# - "6060:6060" # pprof port
|
# - "6060:6060" # pprof port
|
||||||
|
@ -168,8 +168,8 @@ services:
|
|||||||
container_name: signoz-query-service
|
container_name: signoz-query-service
|
||||||
command:
|
command:
|
||||||
[
|
[
|
||||||
"-config=/root/config/prometheus.yml"
|
"-config=/root/config/prometheus.yml",
|
||||||
# "--prefer-delta=true"
|
"--use-logs-new-schema=true"
|
||||||
]
|
]
|
||||||
# ports:
|
# ports:
|
||||||
# - "6060:6060" # pprof port
|
# - "6060:6060" # pprof port
|
||||||
|
@ -154,6 +154,7 @@ exporters:
|
|||||||
dsn: tcp://clickhouse:9000/signoz_logs
|
dsn: tcp://clickhouse:9000/signoz_logs
|
||||||
docker_multi_node_cluster: ${DOCKER_MULTI_NODE_CLUSTER}
|
docker_multi_node_cluster: ${DOCKER_MULTI_NODE_CLUSTER}
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
|
use_new_schema: true
|
||||||
# logging: {}
|
# logging: {}
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
@ -158,7 +158,7 @@ services:
|
|||||||
command:
|
command:
|
||||||
[
|
[
|
||||||
"-config=/root/config/prometheus.yml",
|
"-config=/root/config/prometheus.yml",
|
||||||
# "--prefer-delta=true"
|
"--use-logs-new-schema=true"
|
||||||
]
|
]
|
||||||
# ports:
|
# ports:
|
||||||
# - "6060:6060" # pprof port
|
# - "6060:6060" # pprof port
|
||||||
|
@ -115,6 +115,7 @@ exporters:
|
|||||||
dsn: tcp://clickhouse:9000/signoz_logs
|
dsn: tcp://clickhouse:9000/signoz_logs
|
||||||
docker_multi_node_cluster: ${DOCKER_MULTI_NODE_CLUSTER}
|
docker_multi_node_cluster: ${DOCKER_MULTI_NODE_CLUSTER}
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
|
use_new_schema: true
|
||||||
# logging: {}
|
# logging: {}
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user