Skip to content

Stream error when hitting /pyroscope/render endpoint #4099

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Sreenitti opened this issue Apr 13, 2025 · 0 comments
Open

Stream error when hitting /pyroscope/render endpoint #4099

Sreenitti opened this issue Apr 13, 2025 · 0 comments

Comments

@Sreenitti
Copy link

I was trying to hit the endpoint /pyroscope/render with some load and got the following errors:

  1. {"code":"unknown","message":"canceled: stream error: stream ID 47061; CANCEL"}
  2. {"code":"unknown","message":"canceled: stream error: stream ID 23551; INTERNAL_ERROR; i/o timeout"}
  3. {"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:

  1. 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

  2. ts=2025-04-09T06:35:32.457089689Z caller=frontend_scheduler_worker.go:360 level=debug component=frontend msg="stream context finished" err="context canceled"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant