Conversation
### Todo: * Fix testDatasource to use apollo client * Fix server proxy * Implement secure toggle
|
I did not find any documentation if Grafana officially supports proxying websockets. For now only the |
|
This looks really nice, thanks! Subscriptions were on my "nice to have" long-term roadmap, I really appreciate you taking this on. Give me a few days to review all these changes. Can you recommend a datasource to test this with? Otherwise I'll just implement subscriptions in the test datasource (which should support it regardless for demonstration). |
|
Unfortunately I tested it locally on an internal Hasura server. |
### Todo: * Fix testDatasource to use apollo client * Fix server proxy * Implement secure toggle
|
@SydoxX I'm really sorry it took so long for me to look at this. I finally added subscriptions to the test datasource, and have a couple immediate comments:
|
|
This reverts commit 6d74f51.
|
Added text field to enter websocket url and also added some info boxes about GraphQL subscriptions. |
|
I updated grafana in the package.json to version 8.1.4 but unfortunately this results in an endless loop while executing |
Closes #57