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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Grafana 4.0 with alerting is released

299 点作者 yobo超过 8 年前

17 条评论

torkelo超过 8 年前
This release has been long in the making. We started on Alerting way back in March this year and it&#x27;s finally released! Read more about all the highlights in the release here: <a href="http:&#x2F;&#x2F;grafana.org&#x2F;blog&#x2F;2016&#x2F;11&#x2F;09&#x2F;grafana-4.0-beta-release&#x2F;" rel="nofollow">http:&#x2F;&#x2F;grafana.org&#x2F;blog&#x2F;2016&#x2F;11&#x2F;09&#x2F;grafana-4.0-beta-release&#x2F;</a><p>Oh, and if your in New York tomorrow, signup for GrafanaCon: <a href="http:&#x2F;&#x2F;grafanacon.org" rel="nofollow">http:&#x2F;&#x2F;grafanacon.org</a>
评论 #13067192 未加载
评论 #13066298 未加载
评论 #13066089 未加载
cheald超过 8 年前
Influx + Telegraf + Grafana is such a simple, sweet stack. No work to maintain, trivial to set up, I can ship just about anything I want into it, and reporting is fast.<p>With alerting in place now, I&#x27;m even happier than ever. A huge thank you to the Grafana team for solving a huge pain point!
评论 #13066790 未加载
评论 #13066452 未加载
user5994461超过 8 年前
Quick note for the ones who are tired of the giant clusterfuck of open-source tools for monitoring + alerting + storage + other, which is no less than:<p>- statsd<p>- collectd<p>- graphite<p>- whisper<p>- carbon<p>- prometheus<p>- grafana<p>- seyren<p>- riemann<p>- nagios<p>- icinga<p>- zabbix<p>There are multiple modern SaaS software that will do all of that in a single tool with better integrations, more polish, less work and no maintenance.<p>1) See <a href="https:&#x2F;&#x2F;www.datadoghq.com" rel="nofollow">https:&#x2F;&#x2F;www.datadoghq.com</a> and last news <a href="https:&#x2F;&#x2F;techcrunch.com&#x2F;2016&#x2F;01&#x2F;12&#x2F;investors-feed-datadog-a-hefty-94-5-million-round&#x2F;" rel="nofollow">https:&#x2F;&#x2F;techcrunch.com&#x2F;2016&#x2F;01&#x2F;12&#x2F;investors-feed-datadog-a-h...</a><p>2) <a href="https:&#x2F;&#x2F;signalfx.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;signalfx.com&#x2F;</a> and last news <a href="https:&#x2F;&#x2F;techcrunch.com&#x2F;2015&#x2F;03&#x2F;12&#x2F;signalfx-emerges-from-stealth-to-modernize-cloud-application-monitoring&#x2F;" rel="nofollow">https:&#x2F;&#x2F;techcrunch.com&#x2F;2015&#x2F;03&#x2F;12&#x2F;signalfx-emerges-from-stea...</a><p>3) <a href="http:&#x2F;&#x2F;www.bmcsoftware.uk&#x2F;it-solutions&#x2F;truesight.html" rel="nofollow">http:&#x2F;&#x2F;www.bmcsoftware.uk&#x2F;it-solutions&#x2F;truesight.html</a> if you&#x27;re not anti entreprisey (that was the &quot;Boundary&quot; startup, bought by BMC a few years ago and integrated in their offerings).<p>And don&#x27;t think that they are &quot;new&quot; fancy tools. They&#x27;ve been around for many years.
评论 #13066901 未加载
评论 #13066665 未加载
评论 #13066791 未加载
评论 #13066849 未加载
评论 #13067203 未加载
评论 #13066839 未加载
评论 #13069754 未加载
评论 #13067898 未加载
boazjohn超过 8 年前
What&#x27;s new in v4: <a href="http:&#x2F;&#x2F;docs.grafana.org&#x2F;guides&#x2F;whats-new-in-v4&#x2F;" rel="nofollow">http:&#x2F;&#x2F;docs.grafana.org&#x2F;guides&#x2F;whats-new-in-v4&#x2F;</a>
jhacobian超过 8 年前
When you team Grafana up with a general purpose database like Crate.io some pretty amazing things can happen. Not only can crate just &quot;roll with the punches&quot; of auto-sharding whilst dynamically scaling performance over N number of database nodes, it also possesses powerful aggregation capabilities. If that weren&#x27;t enough, crate also dynamically gzips data by default which is impressive given its zippy performance.<p>You get all of this for free with Crate.io without giving up the flexibility of a general purpose SQL database...<p>Wanna start storing log data in crate as well? No problem! Just design your table schema, and API ingest layer (My favorite is NodeJS) but you can use any language you like.<p>Or if security (facing the public) isn&#x27;t an issue (if you&#x27;re on a subnet safe from the public internet) then you can certainly just use the built-in REST API which crate exposes.<p>With Crate, I&#x27;ve been able to store hundreds of GB of systems log data without worrying about silly things like table-bloat (the autosharding of partitioned tables handles the spectre of bloated table shards for me for free).<p>Thanks to the amazing developers over at Crate.io for taking the best of Elasticsearch and making it sane, fast, and chock-ful of SQL goodness!<p>Also a big thank you to the Grafana team for recognizing the potential synergies that Crate.io &amp; Grafana could catalyse for unifying time-series &amp; log data streams.
kawsper超过 8 年前
Grafana really looks interesting, and it is interesting that you can add all the different backends to it, for an example I didn&#x27;t know you can use Elasticsearch as a timeseries backend.<p>Is it correct that Grafana works best with Graphite? At least that seems to be my impression, and it is a bit sad, since I think Graphite is cool, but it really has a lot of moving parts.
评论 #13066043 未加载
评论 #13066371 未加载
评论 #13066070 未加载
评论 #13066184 未加载
评论 #13067302 未加载
评论 #13094450 未加载
评论 #13066018 未加载
pfranz超过 8 年前
I&#x27;m currently using Prometheus, Grafana, and Alertmanager. I&#x27;m a big fan of the linux terminal, versioned config files, and separation of concerns but the rest of my team prefers web interfaces so I&#x27;m basically the only one maintaining Alertmanager. Grafana Altering looks appealing.<p>What have other people had success with?
评论 #13066407 未加载
评论 #13066557 未加载
majewsky超过 8 年前
True story: Our monitoring stack now has three distinct components with alerting functionality.
评论 #13066387 未加载
评论 #13067212 未加载
creatio超过 8 年前
Anybody got tips on how to start with implementing an alert system? Or what to read to get started?
pizza超过 8 年前
I can&#x27;t be the only one who laughed out loud while reading the ad for GrafanaCon. It contains the word &quot;democratization&quot; and takes place on an aircraft carrier..
poezn超过 8 年前
Is anyone using a log management tool in conjunction with Grafana? I.e. if you see something anomalous or see an alert triggered, how do you investigate what&#x27;s going on?
评论 #13076245 未加载
评论 #13067198 未加载
评论 #13067818 未加载
RRRA超过 8 年前
It&#x27;d be nice if this meant being able to use Grafana as a frontend to alertmanager.<p>(Writing those &quot;ALERT ...&quot; requires a steep learning curve.)
评论 #13066586 未加载
评论 #13066587 未加载
smegel超过 8 年前
Hmm didn&#x27;t know this was written in Go. Seems like Go is doing quite well in this space also with Bosun and Scollector.
评论 #13066878 未加载
tokenizerrr超过 8 年前
Do users still have issues full access to data sources, regardless of what dashboards they have access to? This is what keeps me from using Grafana to expose some data to clients.
mcncfie超过 8 年前
Congrats guys!
rsmets超过 8 年前
I&#x27;ve had alerting via grafana built and deployed for the last 16 months. Not sure what took so long... but cool to see it native now. Keep up the good work.
yclept超过 8 年前
Switch to Datadog and don&#x27;t look back. Most valuable SAAS for my teams.