jessechencx
jessechencx
Anyone have resolved the problem?
anyone resolved it?
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....