Click or drag to resize
Grid Solutions Framework

DataSetAdapterGetAugmentedDataSet(IDataSourceValueType) Method

Gets the Grafana data source metadata, augmented as needed for the target data source value type instance value.

Namespace: GrafanaAdapters.Metadata
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public DataSet GetAugmentedDataSet(
	IDataSourceValueType value
)
View Source

Parameters

value  IDataSourceValueType
Instance of data source value type to use for metadata augmentation.

Return Value

DataSet
Grafana data source metadata, augmented as needed for the target data source
See Also