-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @hulakv, please check this discussion - #520 and let me know if it didn't help. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot!! |
Beta Was this translation helpful? Give feedback.
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