Hello. I'm very interested in Signoz supporting Pr...
# support
s
Hello. I'm very interested in Signoz supporting PromQL, which is defacto standard. Is this a feature of the query-service, or is it a feature of ClickHouse? I'm curious about how Signoz supports PromQL.
v
It’s a feature inside query service,
s
I thought that query-service would convert PromQL queries to ClickHouse queries for query execution. However, after examining query-service code, I realized that it actually uses the PromQL query engine to execute queries to ClickHouse. This made me wonder whether ClickHouse can handle PromQL.
Because I couldn’t find any evidence in the query-service that it converts PromQL queries to ClickHouse queries.
v
@Srikanth Chekuri Can answer more