coolxv / live-streams-datasource

grafana datasource live streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Streams Data Source

Refference: https://circleci.com/gh/grafana/simple-datasource/tree/master

This is a stub to show how to create a live streams data source plugin.

Problems

grafana 6.5.2版本对推流支持的还不完善,当前面板被删除时或者离开仪表盘时没有触发rxjs的Observable unsubscribe操作。

问题单grafana: grafana/grafana#21299

rxjs 6.4.0 的Observable 不同创造方式存在Symbol(observable) 或者 @@observable导致判断是否为Observable有问题

问题单rxjs: ReactiveX/rxjs#5195

About

grafana datasource live streams

License:Apache License 2.0


Languages

Language:TypeScript 99.1%Language:JavaScript 0.9%