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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Vector 0.11 Release: K8s, ARC, and metrics collection

73 点作者 zhs超过 4 年前

5 条评论

eigenrick超过 4 年前
I have been running vector in several k8s clusters since July. I&#x27;m doing some non-trivial transforms over several different types of sources and sinks.<p>The config makes this easy, but my favorite part is the fact that the CPU and MEM of the vector processes barely even registers on my metrics charts. I can&#x27;t even tell you what their actual and requested resources are because I haven&#x27;t bothered to look in a while.<p>It&#x27;s one thing I never have to worry about. I could use more of those.
aero142超过 4 年前
The world of observability seems to be converging on some key ideas. I think Vector&#x27;s data model where they convert logs into structured events is a key idea that wasn&#x27;t always obvious. I think the remaining big idea is what do do about high cardinality data. Most solutions pre-aggregate the data which does&#x27;t tolerate high cardinality tags. Solutions like Honeycomb and Datadog logs are stream based and tolerate high cardinality tags, but with limitations on what can be done with it. It will be interesting if the streaming based solutions become the final standard. Vector warns about high cardinality labels, just like others do. I&#x27;m not sure if that is a limitation of Vector or just the Sink.<p>I think the interesting part is the overlap between observability metrics for operations and expanding in to BI metrics with the same tools.
评论 #25281802 未加载
mrweasel超过 4 年前
Vector still insists that Kafka is for logs only. Vector is a fantastic project, we have so many use cases for it, but the thing that trips us up is not being able to send metrics via Kafka, without transforming them to logs.<p>Edit: Awesome, my complaint that you couldn’t scrape the Prometheus federation endpoint has fixed.
评论 #25280812 未加载
ohnoesjmr超过 4 年前
Yet another project with no clear explanation of what it does. Some sort of conversion proxy I guess?
评论 #25283624 未加载
neolog超过 4 年前
Does Vector replace some uses of Kafka?
评论 #25284081 未加载
评论 #25284548 未加载