Issue with Data Source Selection in Custom Grafana Plugin (original) (raw)
May 6, 2025, 6:25am 1
Hi everyone!
I’m developing a custom panel plugin for Grafana using OSIsoft PI as a data source. By default, Grafana retrieves attribute values from the RecordedData
key. However, I need to extract values from the EnumerationValues
key instead.
How can I configure the plugin to allow users to choose which key to retrieve data from — such as RecordedData
, EnumerationValues
, or another one?