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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Heroic: Spotify's time series database for monitoring

16 点作者 mhausenblas超过 9 年前

2 条评论

jamestnz超过 9 年前
I&#x27;ll admit I found it a little tricky to orient myself within the Heroic docs. There are pages describing the high-level architecture, the installation process, then each aspect of the configuration has a doc page and an example. These are all fine, but I came away wishing there was also some kind of super-high-level introduction along the line of: &quot;What exactly is this thing, what was the motivation for its development, who is it for, and what can it do?&quot;<p>It turns out these do exist! But as blog postings you need to go searching for...<p>1. Monitoring at Spotify: The story so far [<a href="https:&#x2F;&#x2F;labs.spotify.com&#x2F;2015&#x2F;11&#x2F;16&#x2F;monitoring-at-spotify-the-story-so-far&#x2F;" rel="nofollow">https:&#x2F;&#x2F;labs.spotify.com&#x2F;2015&#x2F;11&#x2F;16&#x2F;monitoring-at-spotify-th...</a>] in which they describe wanting to move from an approach based around the monitoring of discrete hosts, to one where they could be thinking in terms of the health of services across the entire infrastructure. Discusses various design&#x2F;architecture decisions they took, specifically in terms of supporting <i>alerting</i> and <i>graphing</i> services.<p>2. Monitoring at Spotify: Introducing Heroic [<a href="https:&#x2F;&#x2F;labs.spotify.com&#x2F;2015&#x2F;11&#x2F;17&#x2F;monitoring-at-spotify-introducing-heroic&#x2F;" rel="nofollow">https:&#x2F;&#x2F;labs.spotify.com&#x2F;2015&#x2F;11&#x2F;17&#x2F;monitoring-at-spotify-in...</a>] in which they discuss the &quot;federation&quot; features of Heroic, how it manages the collection of metric data from the hosts, why they used Elasticsearch and how they mitigate its known issues.
je42超过 9 年前
Found this on the architecture page:<p>&gt; Elasticsearch has proven to have fairly significant stability concerns, but heroic uses it in a way so it acts as a non-primary storage and can rapidly be rebuilt.<p>What are these concerns specifically ? Is there a good read up ?
评论 #10611031 未加载