mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-23 02:17:11 +00:00
fix: remove deprecated telemetry::metrics::address from config (#8412)
This commit is contained in:
parent
9ec5594648
commit
5102cf2b7b
@ -74,13 +74,10 @@ exporters:
|
|||||||
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
|
||||||
|
|||||||
@ -74,13 +74,10 @@ exporters:
|
|||||||
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…
x
Reference in New Issue
Block a user