You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a big query request in loki api by all values in labels, there was error massage:
{"level":50,"time":1711468950014,"pid":19,"hostname":"qryn-read-545cb58978-k654s","name":"qryn","reqId":"req-2vj","err":"invalid request\nBad Request: invalid request\n at module.exports.transpile (/app/parser/transpiler.js:141:11)\n at scanFingerprints (/app/lib/db/clickhouse.js:248:29)\n at Object.handler (/app/lib/handlers/query_range.js:41:28)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","msg":"invalid request"}
In request about 3250 characters and starts by: req":{"method":"GET","url":"/loki/api/v1/query_range?direction=backward&end=1711468949462000000&limit=3000 ...
Its could be problem with limits body size or something else..
The text was updated successfully, but these errors were encountered:
Thanks for the report! Looks like any other invalid request so if you're positive it was not somehow truncated we should investigate. Since this was a query, could you show us the query causing this error or does it contain something fancy?
When doing a big query request in loki api by all values in labels, there was error massage:
{"level":50,"time":1711468950014,"pid":19,"hostname":"qryn-read-545cb58978-k654s","name":"qryn","reqId":"req-2vj","err":"invalid request\nBad Request: invalid request\n at module.exports.transpile (/app/parser/transpiler.js:141:11)\n at scanFingerprints (/app/lib/db/clickhouse.js:248:29)\n at Object.handler (/app/lib/handlers/query_range.js:41:28)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","msg":"invalid request"}
In request about 3250 characters and starts by:
req":{"method":"GET","url":"/loki/api/v1/query_range?direction=backward&end=1711468949462000000&limit=3000 ...
Its could be problem with limits body size or something else..
The text was updated successfully, but these errors were encountered: