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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Loki 3.0 Released

5 点作者 sandstrom大约 1 年前

1 comment

sandstrom大约 1 年前
Key features mentioned in the release notes are:<p><pre><code> - Bloom filters for queries (&#x27;needle in haystack&#x27; problem) - Native OpenTelemetry support - Updated helm charts - Lambda&#x2F;Promtail support dropping labels - Docs improvements </code></pre> Personally, I&#x27;m thrilled that the problem with high-cardinality labels will [hopefully] get addressed after 6 years (that&#x27;s the top item, with bloom filters).<p>The architecture Loki has chosen is great for keeping costs down and using simple blob-storage (S3) for data. However, it makes it hard to quickly query unique keys such as trace IDs or user IDs. But bloom filters will hopefully will do the job.<p>I raised the needle in haystack problem back in 2018, so it&#x27;s great to see this landing:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;grafana&#x2F;loki&#x2F;issues&#x2F;91">https:&#x2F;&#x2F;github.com&#x2F;grafana&#x2F;loki&#x2F;issues&#x2F;91</a><p>For anyone that&#x27;s curious, bloom filters is a clever technique:<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Bloom_filter" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Bloom_filter</a>