Add support for sending health check to datasource plugins. (#22771)

closes #21519
ref grafana/grafana-plugin-sdk-go#93

(cherry picked from commit ebc9549cbc)
This commit is contained in:
Carl Bergquist
2020-03-19 12:27:02 +01:00
committed by Arve Knudsen
parent 277e00aaed
commit e00f393a17
17 changed files with 890 additions and 46 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ func NewRendererPluginDescriptor(pluginID, executablePath string, startFns Plugi
}
type DiagnosticsPlugin interface {
plugin.DiagnosticsServer
plugin.DiagnosticsClient
}
type ResourcePlugin interface {