|
GrafanaDataSourceBaseReloadGrafanaFunctions Method
|
Reloads Grafana functions cache.
Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax public void ReloadGrafanaFunctions()
Public Sub ReloadGrafanaFunctions
public:
void ReloadGrafanaFunctions()
member ReloadGrafanaFunctions : unit -> unit
function ReloadGrafanaFunctions();
View SourceRemarks
This function is used to support dynamic loading for Grafana functions.
Function would only need to be called when a new function is added to Grafana at
run-time and user wanted to use new installed function without restarting host.
Suggest making this option available via web-based endpoint for administrators.
See Also