mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-23 18:53:16 +08:00
chore: Add migration file path in otel collector config (#628)
* chore: Add migration file path in otel collector config * Update otel-collector-config.yaml
This commit is contained in:
parent
cac31072a9
commit
8467d6a00c
@ -45,6 +45,7 @@ extensions:
|
||||
exporters:
|
||||
clickhouse:
|
||||
datasource: tcp://clickhouse:9000
|
||||
migrations: /migrations
|
||||
clickhousemetricswrite:
|
||||
endpoint: tcp://clickhouse:9000/?database=signoz_metrics
|
||||
resource_to_telemetry_conversion:
|
||||
@ -64,4 +65,4 @@ service:
|
||||
exporters: [clickhousemetricswrite]
|
||||
metrics/spanmetrics:
|
||||
receivers: [otlp/spanmetrics]
|
||||
exporters: [prometheus]
|
||||
exporters: [prometheus]
|
||||
|
Loading…
x
Reference in New Issue
Block a user