grafana / grafana-plugin-examples

181 stars 52 forks source link

Fix: Streaming Backend Websocket DS provisioning #341

Closed jackw closed 2 months ago

jackw commented 2 months ago

This PR fixes the datasource-streaming-backend-websocket example which wouldn't work out the box due to the provisioning file not having the jsondata populated.

I've added a e2e test to validate this works out the box as any one that wants to use this example to get started will hit a wall if the provisioning is broken.

I also added a tsconfig.json to the root so VSCode would stop complaining about it when opening the entire repo.