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
This is the curl command i used curl --get \ --data-urlencode "query=process_cpu:cpu:nanoseconds:cpu:nanoseconds{service_name=\"test-app\"}" \ --data-urlencode "from=now-1h" \ http://pyroscope-query-frontend.pyroscope-test.svc.cluster.local/.:4040/pyroscope/render
When I checked the logs in the query frontend pod, I was able to find the following errors were numerous times:
I was trying to hit the endpoint /pyroscope/render with some load and got the following errors:
{"code":"unknown","message":"canceled: stream error: stream ID 47061; CANCEL"}
{"code":"unknown","message":"canceled: stream error: stream ID 23551; INTERNAL_ERROR; i/o timeout"}
{"code":"unknown","message":"deadline_exceeded: i/o timeout"}
This is the curl command i used
curl --get \ --data-urlencode "query=process_cpu:cpu:nanoseconds:cpu:nanoseconds{service_name=\"test-app\"}" \ --data-urlencode "from=now-1h" \ http://pyroscope-query-frontend.pyroscope-test.svc.cluster.local/.:4040/pyroscope/render
When I checked the logs in the query frontend pod, I was able to find the following errors were numerous times:
ts=2025-04-09T06:35:35.420270927Z caller=tcp_transport.go:322 level=error component="memberlist TCPTransport" msg="unknown message type" msgType=G remote=10.227.16.242:45894
ts=2025-04-09T06:35:32.457089689Z caller=frontend_scheduler_worker.go:360 level=debug component=frontend msg="stream context finished" err="context canceled"
The text was updated successfully, but these errors were encountered: