This plugin allows you to subscribe to the LiveUpdate WebSocket endpoint and have the data pushed to a Grafana panel in real time. This is useful for monitoring things in real time from Disguise, such as the health graphs or tracking axis. An example dashboard is supplied in the Grafana configuration.
- Go to the Releases page of this repository.
- Download the
disguiseone-liveupdate-datasource-vX.X.X.zip
file from the latest release. - Unzip the package.
- Double-click the
start-grafana.bat
file. This will start the advertiser service and the Docker containers. - Open your web browser and navigate to
http://localhost:3030
.
You should see the live dashboard with the real-time data, and the plugin should be discoverable in Disguise Designer.
By default, the Grafana data source is configured to connect to a LiveUpdate WebSocket endpoint at localhost
. If your Disguise server (director) is running on a different machine, you will need to update the data source configuration in Grafana.
We recommend changing the IP address from localhost
to the IP address of your director machine.
For developer instructions, please see DEVELOPER.md.