Manoj Vivek
Manoj Vivek
Add a `x` button to the filter items to remove them from the filters. Currently, we can only delete the filter items from the right to left with `backspace` key.
Implements #1470
It'd be enough to just remove the word "top" altogether. Table instead of TopTable? WDYT? _Originally posted by @monicawoj in https://github.com/parca-dev/parca/pull/1474#discussion_r935239234_
As a maintainer, it will be very helpful to have some anonymous insights into the usage of Parca. We can track some environment information and errors that happen in the...
- [x] Extracting GitHub URL from the profile node - [ ] Extracting code from debuginfod - [ ] Make the popup fixed when `shift` key is held.
Showing a notification/banner with a link to the release notes whenever a new version of Parca is released will help the users stay informed and up to date with the...
A Grafana-like option to auto-refresh the metrics graph with the latest data without user intervention.
# Problem When using the editor on an electron app, the auto-complete feature(both basic & live) is not working. And at the same time found the following error on the...
I am creating a new mongo instance using the following recipe: ``` mongodb_instance "test_mongo" do port 11111 dbpath "/mongo_data" end ``` Running this recipe made following: Created /etc/sysconfig/mongodb with content:...