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.

Agent-Less System Monitoring with Elixir Broadway

76 pointsby zacksiri3 months ago

4 comments

stackskipton3 months ago
SRE or whatever they are calling Ops here, this blog left me with more &quot;Please hire an Ops Principal&quot;. That has nothing to do with Elixir.<p>We (Ops type people) have a developed system for gathering metrics, it&#x27;s Prometheus stack. Instead of integrating with that system, OpsMaru decided it doesn&#x27;t work and went with their own custom system. You are showing code you were building all CPU metrics that PromQL query easily does and you code assumes 15 second scrapes so if we need higher resolution temporarily, well, sucks to be your customer. Also, if you did Remote Write, you could Remote Write back to a customer if they wanted it. Hell, you could have written a system so we don&#x27;t need run Prometheus locally since you would scrape everything and send it back to us.<p>Also, you are already running &quot;my company code&quot; so it might be emitting Prometheus metrics so I&#x27;m probably running Prometheus already so I can monitor my own code. However, if I wanted to keep an eye on OpsMaru Uplink, I can&#x27;t because OpsMaru Uplink doesn&#x27;t appear to have Metric endpoint I can monitor. Maybe your customers are too small to have Ops people but if they did, they are now blind.<p>I want blog article explaining all options tested and what pitfalls you ran into that you settled on this.
评论 #43116626 未加载
cpursley3 months ago
This is a pretty neat product. Seems like the purpose is to allow deploying and selling of self-hosted instances?
评论 #43114211 未加载
ic4l3 months ago
LXD seems like an unusual choice when Kubernetes already has cadvisor and strong monitoring integrations. Avoiding extra agents is nice, but does this really scale better than existing solutions like Prometheus and OpenTelemetry?<p>What’s the advantage here beyond keeping things lightweight? Feels like this could hit limitations as complexity grows.
评论 #43114199 未加载
zacksiri3 months ago
Hey there! Founder of Opsmaru here. I didn&#x27;t expect the post to get to the first page after it didn&#x27;t get upvoted when I first posted it. Happy to answer any questions about the product and this post!
评论 #43115497 未加载