Matthias Loibl
Matthias Loibl
The name of the alert links to the Prometheus query of the alert for instant debuggability. 
I started the document again that @ekeih and I once wrote and that we lost... Hopefully we can outline some proper new ways of using this bot to improve a...
Following the discussion going on at https://github.com/prometheus/alertmanager/issues/1512. We should try to support Mattermost next to Telegram. We can first start by supporting message delivering to Mattermost. Afterwards we can look...
The title says it all. It would be probably easiest to just use GitHub Actions going forward.
Would you be interested in embedding the assets into the binary? I lately use https://github.com/gobuffalo/packr/ which is really easy and nice. It's quite a pain right now having to navigate...
### Problem to solve We currently have many different examples floating around all the various projects. ### Proposal Let's come together and create a decent hello world example SLO based...
Hey! What happened to the reset command? I want to simply reset the db while developing. It seems that there once was a reset command: #123 Thanks.
Since moving to the arcticDB columnar storage we are storing stacktraces by their individual locations IDs again. There's no more need for the stacktrace UUIDs. Therefore, we can probably get...
MergeProfiles allocates the worst amount of samples for merging. This might still be possible to improve. While writing this issue, I don't have enough context anymore, but maybe deduplicating the...
Right now a flame graph is returned as [nested data structure](https://github.com/parca-dev/parca/blob/6b36de962cd772a92e72ccfbcbb6eae8324f7835/proto/parca/query/v1alpha1/query.proto#L204-L263) (similar to a tree). This has both some overhead in terms of computing the tree on the server-side when...