Skip to content

yomorun/yomo-grafana-datasource

Repository files navigation

Grafana YoMo streaming datasource

This datasource connects to a YoMo using websockets and subscribes to a stream.

Animation showing timeseries being streamed to Grafana

Installation

Install grafana

Use the releases link on github and download the .zip. Then just unzip it to your Grafana plugins folder. You can also build your own using yarn build and moving the dist folder to your grafana plugins.

Note, Linux requires to add the plugin id yomo-grafana-datasource to the allow_loading_unsigned_plugins in /etc/grafana/grafana.ini.

To start Grafana service.

Datasource Configuration

WebSocket Server URL

Examples

wss://yomo.cel-la.store/v3/ws

Datasource Configuration

Datasource Configuration

Datasource Configuration

Query Configuration

NumericFields

Comma separated list of numeric fields. Example: 'noise'.

StringFields

Comma separated list of attributes to return as fields.

Query Configuration

Query Configuration

Learn more