mirror of https://github.com/grafana/grafana
feat(live): work on websocket data source, #3455
parent
8d7b7009c3
commit
2adc4d12be
@ -1,8 +1,8 @@ |
||||
<query-editor-row ctrl="ctrl"> |
||||
<li class="tight-form-item"> |
||||
Stream Expression |
||||
Stream |
||||
</li> |
||||
<li> |
||||
<input type="text" class="tight-form-input input-large" ng-model="ctrl.target.channel"> |
||||
<input type="text" class="tight-form-input input-large" ng-model="ctrl.target.stream"> |
||||
</li> |
||||
</query-editor-row> |
@ -0,0 +1,7 @@ |
||||
{ |
||||
"type": "datasource", |
||||
"name": "Grafana Live", |
||||
"id": "grafana-live", |
||||
|
||||
"metrics": true |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"type": "datasource", |
||||
"name": "Grafana Stream DS", |
||||
"id": "grafana-stream-ds", |
||||
|
||||
"builtIn": true, |
||||
"metrics": true |
||||
} |
Loading…
Reference in new issue