You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Grafana data source plugin that enables real-time streaming of data changes from Drasi SignalR endpoints. Perfect for building live dashboards that update automatically as your data changes.
-**Real-time Streaming**: Live data updates through SignalR connections
@@ -28,24 +22,19 @@ A Grafana data source plugin that enables real-time streaming of data changes fr
28
22
29
23
### Installation
30
24
31
-
#### Option 1: Install from Grafana Plugin Catalog (Recommended)
32
-
33
-
1. Go to **Configuration** → **Plugins** in your Grafana instance
34
-
2. Search for "Drasi SignalR"
35
-
3. Click **Install**
36
-
37
-
#### Option 2: Manual Installation
25
+
#### Option 1: Manual Installation
38
26
39
-
1. Download the latest release from [GitHub Releases](https://github.com/drasi-project/grafana-plugin/releases)
27
+
1. Download the latest release from [GitHub Releases](https://github.com/drasi-project/grafana-signalr/releases)
40
28
2. Extract to your Grafana plugins directory
41
-
3. Restart Grafana
29
+
3. Enable `drasi-signalr` as an [unsigned plugin](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#allow_loading_unsigned_plugins)
0 commit comments