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.

Ask HN: Tool for dashboards / alerting on operational health metrics?

3 pointsby collectedpartsover 3 years ago
I&#x27;m looking for the right tool to use to track &quot;operational&quot; health, which in my context mostly the size of various queues (eg, how many pending withdrawals are there, and then this is split by type of withdrawal).<p>Maybe some other business KPIs, but the emphasis is on building &quot;graphs that the operational team should be looking at on ~hourly basis to prioritize fixes and spot systemic regressions.&quot;<p>Ideally it would integrate with Pagerduty, in that it&#x27;d be easy to express &quot;page me if if X is above Y.&quot;<p>My preference is that I have my own cron job that captures the metrics from our queues&#x2F;databases and pushes them to the tool via a ~REST API but I could be convinced of a different method.<p>So far the only thing I can think of is Datadog, specifically https:&#x2F;&#x2F;www.datadoghq.com&#x2F;solutions&#x2F;real-time-business-intelligence&#x2F;<p>Anything else I should be looking at? Or any other tips?

4 comments

XCSmeover 3 years ago
There&#x27;s an indie-hacker I follow building this: <a href="https:&#x2F;&#x2F;chartbrew.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;chartbrew.com&#x2F;</a><p>From what I understand, it&#x27;s more like an easier-to-use grafana, where you can build charts&#x2F;graphs from different data sources.
yuppie_scumover 3 years ago
SaaS wise there’s Datadog, Splunk, New Relic (expensive) and others<p>Self hosted wise Prometheus&#x2F;Grafana, ELK stack, old school Nagios maybe<p>AWS also has managed Grafana&#x2F;Prometheus for a fairly reasonable price, I would recommend this if you don’t have a lot of time to mess around updating your grafana stack every few months
评论 #29612512 未加载
AishwaryaVenkatover 3 years ago
Try Atatus which is affordable and also effective
Jugurthaover 3 years ago
Prometheus and Grafana. That&#x27;s what we use.