We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7410ff8 commit 3c35d4fCopy full SHA for 3c35d4f
pkg/main.go
@@ -17,7 +17,7 @@ func main() {
17
// from Grafana to create different instances of SampleDatasource (per datasource
18
// ID). When datasource configuration changed Dispose method will be called and
19
// new datasource instance created using NewSampleDatasource factory.
20
- if err := datasource.Manage("grafana-websocket-plugin", plugin.NewWebSocketDataSource, datasource.ManageOpts{}); err != nil {
+ if err := datasource.Manage("allannava-websocket-plugin", plugin.NewWebSocketDataSource, datasource.ManageOpts{}); err != nil {
21
log.DefaultLogger.Error(err.Error())
22
os.Exit(1)
23
}
0 commit comments