TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Introducing Parca - Open Source Continuous Profiling

50 点作者 kakkoyun超过 3 年前

4 条评论

diego超过 3 年前
FYI, La Parca is the grim reaper in Spanish. Not saying you should change the name, just be aware that for some people "death" is the most obvious connotation of the name.
评论 #28803049 未加载
jzelinskie超过 3 年前
Howdy team!<p>What do you consider to be your core differentiator over other profiling projects like Pyroscope.io, Datadog, and Google&#x27;s StackDriver?
评论 #28803189 未加载
wdb超过 3 年前
I can imagine this can nicely combined with Opentelemetry; probably could associate trace ids or metrics with a profiling via exemplars so you could drill down to a profiling were the traces&#x2F;metrics indicate its slow;
brancz超过 3 年前
Hey! Founder of Polar Signals here! We are super excited to be announcing Parca[1] an open source continuous profiling storage and query engine as well as an eBPF based profiler. Oh, and also we got funded! Polar Signals was founded almost to the day a year ago, and we launched a private beta for our product earlier this year[2]. We are long time Prometheus, Kubernetes, Thanos, and Cortex maintainers, which are all very performance sensitive so we wished we had had access to continuous profiling tools when we first started working on those projects.<p>What is continuous profiling? Instead of capturing profiling data on-demand and as a manual process, continuous profiling always captures profiling data, and stores it to be queried over time to aggregate and compare.<p>Using our private beta we explored further what our users want most from continuous profiling, and we identified it to be:<p>* Cost saving: We discovered all companies to have low hanging fruit that can easily be optimized away, often saving easily 20-30% in resources. The only problem is companies don’t know because they don’t measure. * Optimizing individual interactions: Latencies of interactions have a proven correlation between converting a customer or not. It’s incredibly hard to obtain profiling data at the right time, but if it’s always captured it’s just a matter of querying it. * Understanding change: Performance engineering tends to be very sensitive and small changes can have a big impact, therefore the ability to deeply understand what changed from a point in time or a newly rolled out version of a software is invaluable for optimizing but also in order to understand incidents better.<p>Parca features a fully from scratch designed storage which implements multiple optimizations that are unique to profiling data, specifically our sparse XOR encoding for uint64 series is what allows us to store this data at raw resolution. More detailed information can be found in the storage docs[3]. And with the newly open sourced Parca Agent[4], we can capture CPU profiling data with practically unnoticeable overhead for the profiled processes, it automatically discovers all containers in a Kubernetes cluster and starts profiling them with zero instrumentation needed!<p>This is only the beginning of the project, but we are excited to work with the community to make this project more and more useful!<p>We will be hanging out in the comments section today, so please leave your feedback, criticisms, or just say hi!<p>[1] <a href="https:&#x2F;&#x2F;parca.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;parca.dev&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;www.polarsignals.com&#x2F;blog&#x2F;posts&#x2F;2021&#x2F;02&#x2F;09&#x2F;announcing-polar-signals-continuous-profiler&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.polarsignals.com&#x2F;blog&#x2F;posts&#x2F;2021&#x2F;02&#x2F;09&#x2F;announcin...</a> [3] <a href="https:&#x2F;&#x2F;www.parca.dev&#x2F;docs&#x2F;storage" rel="nofollow">https:&#x2F;&#x2F;www.parca.dev&#x2F;docs&#x2F;storage</a> [4] <a href="https:&#x2F;&#x2F;www.parca.dev&#x2F;docs&#x2F;parca-agent-design" rel="nofollow">https:&#x2F;&#x2F;www.parca.dev&#x2F;docs&#x2F;parca-agent-design</a>
评论 #28804481 未加载