Yomi Eluwande
Yomi Eluwande
This fixes a bug where typing something like `1w` in the relative range picker and then hitting `enter` resets the input to `15m`. This was happening because we were not...
If I have selected parts of the stack and then I click "Invert Call Stack" it produces an empty stack.   We should reset the icicle graph expansion whenever...
Add support for the `!~` and `~=` matchers.
**Note: PR #4959 should be looked at, reviewed, and merged in before taking a look at this PR. i.e. #4959 takes precedence over this.** - [x] Implement new design for...
> Considering the horizontal space constraint, we could do something better instead of just rendering two ProfileSelector instances. > Maybe a new compare profile selector with better positioning and without...
The relative rangepicker should support typing in MM:ss/HH:mm e.g. `15m6s`
Remove this function here https://github.com/parca-dev/parca/blob/e39969c1d3cdc2fb21bb407eae39c8151530fcf7/pkg/parcacol/querier.go#L1554 as it won't be needed anymore because with the new version of parca agent, the existing `Labels` API can be used to fetch labels.
This PR introduces a color by feature such that users can now choose how they want their icicle graph to be colored e.g. binaries and filenames. - Added a `GetProfileMetadataFilenames`...