When you write ClickHouse queries, you need to give the result column with the reserved name, any of these work
value
,
result
. Use them instead of
p50,
and it should work. The reason is you could have another number part of the select clause such as http_status_code so there needs to be some way to distinct between the result column vs the rest.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.