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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Logging infra usefulness on public cloud

1 点作者 gansai56超过 5 年前
Dev&#x2F;Sec&#x2F;Ops here. Small-sized MSP using GCP &amp; AWS across multi-cloud regions, and using AWS CloudWatch &amp; CloudTrail logs, Stackdriver for logging, alerting, errors, etc. We&#x27;re finding limited usefulness of this logging infrastructure. Wondering if its just me!<p>As DevOps, I really find StackDriver logging UI not much useful to scroll through. For one thing, it is really slow. Secondly, I find service name &amp; service acronyms very annoying. Not just StackDriver, but AWS too.<p>- Other than debugging, what purpose do logging serve?<p>- What are some tools that you use to dice &amp; slice logging data to make some meaning?<p>- How do you extract actual errors while alerting?

1 comment

bradknowles超过 5 年前
Metrics can only get you so far. The primary method you have to contextualize what was going on when, and to correlate that with other events, is through logging. Metrics are always just a point in time, on a single given system. Metrics slice the cake vertically, but if you want a horizontal view across multiple systems, you need to integrate your logs.<p>Only by unifying your logging into your monitoring system and actively aggregating that information, can you start to get a complete picture of what is going on.<p>New Relic has been doing some good work in this space, and integrating logging information to their system is their single biggest area of growth right now.