Maxime Brunet

Results 78 comments of Maxime Brunet

@kakkoyun @metalmatze any concerns about merging this one if I rebase?

FYI [BCLOUD-17601](https://jira.atlassian.com/browse/BCLOUD-17601) has been closed :tada: > **[Robin Stocker](https://jira.atlassian.com/secure/ViewProfile.jspa?name=rstocker) added a comment - [12/Nov/2021 1:45 AM](https://jira.atlassian.com/browse/BCLOUD-17601?focusedCommentId=2914006&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-2914006):** > > The remaining errors have now been fixed! > > This returns no...

Yes, I think so, the issue also mentions filters, but I would only cover Prometheus alerts/rules

Hello @bradfordcp, would you have time to give this PR a review, please? If you are looking for a baseline, Prometheus and Thanos are sort of the references in term...

> * Add [opentelemetry-prometheus-exporter](https://www.npmjs.com/package/@opentelemetry/exporter-prometheus) component and allow to enable it based on environment variables That might be useful for Mend Renovate app (offline processing, I guess), but Renovate OSS runs...

I found sometime ago that Zsh has a built-in profiling module: [zsh/zprof](https://zsh.sourceforge.io/Doc/Release/Zsh-Modules.html#The-zsh_002fzprof-Module), it has been enough to troubleshoot slowness for me ```zsh # ~/.zshrc zmodload zsh/zprof # top # ......

This hook is failing in step "Run pre-commit" at [lines 22-29](https://github.com/parca-dev/parca/actions/runs/3059758376/jobs/4937510177#step:9:22): ``` Insert license in comments (TypeScript)..................................Failed - hook id: insert-license - exit code: 1 - files were modified by...

This is why we use [fkirc/skip-duplicate-actions#skip-if-paths-not-changed](https://github.com/fkirc/skip-duplicate-actions#skip-if-paths-not-changed), as the link you shared says: > If a job in a workflow is skipped due to a conditional, it will report its status...

Hey @zdyj3170101136, I am not sure I understand the request, it sounds like the idea would be to trigger+**pull** profiles by PID from the agent via an API? And maybe...