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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Is current state of querying on observability data broken?

1 点作者 pranay014 天前
Hey folks! I’m a maintainer at SigNoz[0] , an open-source observability platform<p>Looking to get some feedback on my observations on querying for o11y and if this resonates with more folks here<p>I feel that current observability tooling significantly lags behind user expectations by failing to support a critical capability: querying across different telemetry signals.<p>This limitation turns what should be powerful correlation capabilities into mere “correlation theater”, a superficial simulation of insights rather than true analytical power.<p>Here’s the current gaps I see<p>1&#x2F; Suppose I want to retrieve logs from the host which have the highest CPU in the last 13 minutes. It’s not possible to query this seamlessly today unless you query the metrics first and paste the results into logs query builder and retrieve your results. Seamless correlation across signal querying is nearly impossible today.<p>2&#x2F; COUNT distinct on multiple columns is not possible today. Most platforms let you perform a count distinct on one col, say count unique of source OR count unique of host OR count unique of service etc. Adding multiple dimensions and drilling down deeper into this is also a serious pain-point.<p>and some points on how we at SigNoz are thinking these gaps can be addressed,<p>1&#x2F; Sub-query support: The ability to use the results of one query as input to another, mainly for getting filtered output<p>2&#x2F; Cross-signal joins: Support for joining data across different telemetry signals, for seeing signals side-by-side along with a couple of more stuff.<p>Early thoughts in this blog[1], what do you think? does it resonate or seems like a use case not many ppl have?<p>[0] https:&#x2F;&#x2F;github.com&#x2F;signoz&#x2F;signoz [1] https:&#x2F;&#x2F;signoz.io&#x2F;blog&#x2F;observability-requires-querying-across-signals&#x2F;

暂无评论

暂无评论