TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Grafana Live Streaming Datasource Implementation

120 pointsby seanlaffover 6 years ago

3 comments

dkhenryover 6 years ago
I saw this presentation at grafanacon and it was awesome. I really hope the team takes this and turns it into a first class feature.
kthejoker2over 6 years ago
Very cool, but real time visualization use cases are surprisingly hard to concoct. Almost any signal worth capturing visually at one second or sooner intervals would be better served through automation.<p>For example, all SCADA systems already have command and control alerting for instant degradation response.
评论 #19302461 未加载
评论 #19302433 未加载
评论 #19302432 未加载
rixedover 6 years ago
After having looked at what this actually is, I&#x27;m a bit disappointed. I was hopping that they wound change the various panels data API so that they would request only the new time slices; ie. instead of querying the last hour of data every minute, query the last minute every minute and reuse the previous 49 data points. But that&#x27;s not what this is. Instead, you need a specific panel and a specific data source for streaming to work. :-(
评论 #19305342 未加载