|
Hello. Trying execute query in clickhouse. target format: clickhouse://user:password@hostname collectorFiles: Sql-exporter getting an error:
This query successfully ran manually. Could you please help? |
Replies: 2 comments
|
Thanks a lot!! |
Thanks a lot!!
Added no_prepared_statement: true to collector metrics config and it's worked out.
collector_name: ch_metrics
metrics:
- metric_name: ch_query_duration
no_prepared_statement: true
type: gauge