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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Tools / approaches to logging and monitoring real-time transactions

3 点作者 bec123将近 7 年前
Summary Looking for suggestions on tools and approaches to logging and displaying, with slice dice filtering etc, of transactions.<p>Requirement Each logged transaction is 1 line of data prefixed with a time stamp, the rest of the line containing things about the response time. The transaction data can be pumped out periodically to files which presumably would need to be ingested by a tool.<p>My thoughts so far .. Primarily from this requirement I am looking for a simple on-prem tool that will allow me to push these transactions into it for display filtering etc.<p>I have investigated tools online and found a lot of high priced confusing tools that are designed to do a lot more than I need and&#x2F;or are unclear to me if they meet my simple needs. Several also seem to be cloud based which is no use to me.

2 条评论

tedmiston将近 7 年前
It’s kinda more for operations monitoring but check out Prometheus (<a href="https:&#x2F;&#x2F;prometheus.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;prometheus.io&#x2F;</a>) for monitoring and Grafana (<a href="https:&#x2F;&#x2F;grafana.com" rel="nofollow">https:&#x2F;&#x2F;grafana.com</a>) for visualization to see if they would work for your use case. Both are pretty flexible. Also, I think Datadog is a roughly equivalent SaaS offering of the two though I haven’t used it myself yet.<p>I like Apache Superset for business intelligence type dashboards.
rubyfan将近 7 年前
I have used Splunk in the past on-prem. They are expensive and to your point and a lot of capability that wasn’t used. We had investigated Gray Log, Fluentd, Logstash and others. If we started now, I’d say the ELK stack (Elasticseach, Logstash, Kibana) would be what we’d have gone with.
评论 #17478933 未加载
评论 #17478755 未加载