Hyeryeong Ham
08/08/2024, 10:26 AMotelcol_signoz_metric_points_count / on(job_name) group_left otelcol_signoz_metric_points_byte
◦ I got this error message : 'API responded with 400 - error in prom queries status: error, errors: {"A":{}}'
• one-to-one query
• example : sum by (type) (job:tcpgw_forward_requests:rate5m:avg_over_time_1w{type="A"} + 3 * job:tcpgw_forward_requests:rate5m:stddev_over_time_1w{type="A"})
• time()
◦ example : probe_ssl_earliest_cert_expiry - time()
• histogram_quantile()
◦ example : histogram_quantile(0.95, rate(http_request_duration_seconds_bucket[5m]))
• sort()
◦ 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.
Thank you.nitya-signoz
08/08/2024, 11:25 AMSrikanth Chekuri
08/12/2024, 2:54 AMHyeryeong Ham
08/13/2024, 10:52 AMsort(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.