TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Vector 0.11 Release: K8s, ARC, and metrics collection

73 pointsby zhsover 4 years ago

5 comments

eigenrickover 4 years ago
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.
aero142over 4 years ago
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 未加载
mrweaselover 4 years ago
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 未加载
ohnoesjmrover 4 years ago
Yet another project with no clear explanation of what it does. Some sort of conversion proxy I guess?
评论 #25283624 未加载
neologover 4 years ago
Does Vector replace some uses of Kafka?
评论 #25284081 未加载
评论 #25284548 未加载