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.

InfluxDB now supports Prometheus remote reads and writes natively

101 pointsby pauldixover 7 years ago

7 comments

101kmover 7 years ago
I often encounter a lot of confusion about push vs. pull and whether you should pick Prometheus or Influx.<p>Prometheus comes along every so often and scrapes metrics your program exposes via a very simple API. This has the advantage that your code doesn&#x27;t need to know about some endpoint of some cluster, it just needs to buffer up and expose some info it knows about itself from the recent past.<p>You don&#x27;t need to maintain a cluster of Prometheus either, you can just run more than one for redundancy (kind of like an active-active) - it is meant for relatively ephemeral information, it is efficient, and one big Prometheus node will probably do you fine.<p>Where to store compacted historical metrics (less coarse resolution, still interesting data that you might not want to throw away) and how has been an open question. Sinking it into influx could be a good answer, so this is welcome news.
评论 #15253269 未加载
评论 #15254536 未加载
评论 #15256064 未加载
scrollawayover 7 years ago
Congrats! Well done, seriously. I love it when things like this happen; settling on Prometheus as a standard will open access to so much more tooling.<p>(Which is also why I&#x27;m super excited to use timescale [<a href="http:&#x2F;&#x2F;www.timescale.com" rel="nofollow">http:&#x2F;&#x2F;www.timescale.com</a>] once grafana gets support for postgres!)
评论 #15253413 未加载
评论 #15255426 未加载
qrpikeover 7 years ago
Still paid only for anything other than single node? We switched to Cassandra for that reason.
评论 #15254282 未加载
评论 #15254316 未加载
评论 #15254319 未加载
_jezell_over 7 years ago
Influx guys are always doing great things. Nice that they see that Prom has become the standard way of doing things and embraced it.
评论 #15253131 未加载
评论 #15253204 未加载
leowinterdeover 7 years ago
Great, if you guys bring Clustering back to the open source version i would be thrilled.
评论 #15253337 未加载
SEJeffover 7 years ago
Thanks for adding this, it should help quite a bit with our kubernetes deployment
评论 #15253393 未加载
549362-30499over 7 years ago
What advantage do either of these data stores have over Cassandra?
评论 #15255017 未加载