feat(signoz): fix otel-collector config for version v0.128.0
This commit is contained in:
parent
5301ec2b45
commit
ea98e4c29a
1 changed files with 0 additions and 3 deletions
|
|
@ -569,13 +569,10 @@ services:
|
||||||
dsn: tcp://clickhouse:9000/signoz_logs
|
dsn: tcp://clickhouse:9000/signoz_logs
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
use_new_schema: true
|
use_new_schema: true
|
||||||
# debug: {}
|
|
||||||
service:
|
service:
|
||||||
telemetry:
|
telemetry:
|
||||||
logs:
|
logs:
|
||||||
encoding: json
|
encoding: json
|
||||||
metrics:
|
|
||||||
address: 0.0.0.0:8888
|
|
||||||
extensions:
|
extensions:
|
||||||
- health_check
|
- health_check
|
||||||
- pprof
|
- pprof
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue