Hi Team, I would like to ask if signoz provides so...
# support
h
Hi Team, I would like to ask if signoz provides sort() function. The result value of sort is not sorted out. - example : sort(sum(kafka_burrow_partition_lag{topic!="__consumer_offsets",cluster="new"})by(topic,group)) There is no error and the data comes out well, but it does not seem to be sorted, so I am inquiring.
Also, I would like to ask if there is a program that can only receive technical support for a fee even if I do not use the Signoz paid version (Teams or Enterprise Cloud).
q
hahaha
no paid,no technical support,😂
h
I think you misunderstand my question, but I'm asking if I can only pay for technical support.
q
oo,sorry
h
@Quincy Wang If you are not the person in charge, please pass quietly. It's very unpleasant.
s
The
sort
is promql doesn't do what you would expect do. It only works on instant vertor https://prometheus.io/docs/prometheus/latest/querying/functions/#sort
h
Thank you for your reply. Do you mean that the aggregation function should not be used to get the desired sort result? That PromQL worked in Prometheus, I am sorry but I do not understand what you said.