Click or drag to resize
Grid Solutions Framework

GrafanaDataSourceBaseReloadGrafanaFunctions Method

Reloads Grafana functions cache.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public void ReloadGrafanaFunctions()
View Source
Remarks

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