Click or drag to resize
Grid Solutions Framework

GrafanaDataSourceBaseReloadDataSourceValueTypes Method

Reloads data source value types cache.

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

This function is used to support dynamic data source value type loading. Function would only need to be called when a new data source value is added to Grafana at run-time and user wanted to use new installed data source value type without restarting host.

Suggest making this option available via web-based endpoint for administrators.

See Also