Open
Description
Hi, I get this error when querying from grafana in 3.2.24:
invalid wire type 4 at offset 3
Error: invalid wire type 4 at offset 3
at Reader.skipType (/app/node_modules/protobufjs/src/reader.js:382:19)
at Type.Status$decode [as decode] (eval at Codegen (/app/node_modules/@protobufjs/codegen/index.js:50:33), <anonymous>:19:5)
at Type.Span$decode [as decode] (eval at Codegen (/app/node_modules/@protobufjs/codegen/index.js:50:33), <anonymous>:73:22)
at /app/traceql/post_processor/index.js:35:22
at Array.map (<anonymous>)
at /app/traceql/post_processor/index.js:28:23
at Array.map (<anonymous>)
at postProcess (/app/traceql/post_processor/index.js:26:15)
at search (/app/traceql/index.js:43:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)