jessechencx

Results 5 comments of jessechencx

Anyone have resolved the problem?

Can we now use PromQL to query ClickHouse data? Could you please provide an example? And are there any performance concerns? @vitlibar

Refer to this https://clickhouse.com/docs/en/engines/table-engines/special/time_series, it should be possible to read data from ClickHouse using Prometheus, which is equivalent to using PromQL to read from ClickHouse. is right? @joschi

why can not? I would like to use ClickHouse as the backend storage for Prometheus and then query the data in ClickHouse through Prometheus. and use time_series as table engine....