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
Currently /render endpoint only returns data in flamebearer format. Users have been asking for other formats as well.
We already have support for different ingestion formats. I think it's time to extend the render endpoint with support for these formats as well. Here's the code for ingestion part.
For rendering we should do something similar. Extra formats we should add support for are:
collapsed (also called "groups" in our source code), it's basically stacktraces grouped by how many times a certain stacktrace was seen, e.g:
foo;bar 100
foo;baz 200
pprof
The text was updated successfully, but these errors were encountered:
Currently /render endpoint only returns data in flamebearer format. Users have been asking for other formats as well.
We already have support for different ingestion formats. I think it's time to extend the render endpoint with support for these formats as well. Here's the code for ingestion part.
For rendering we should do something similar. Extra formats we should add support for are:
The text was updated successfully, but these errors were encountered: