GridProtectionAlliance / osisoftpi-grafana

Grafana Data Source Plugin for the OSIsoft PI System
https://grafana.com/plugins/gridprotectionalliance-osisoftpi-datasource
Apache License 2.0
58 stars 30 forks source link

Feature request - Additional query options #96

Closed alexl04 closed 1 year ago

alexl04 commented 1 year ago

The following additional query options would be very welcome:

  1. Query only the latest available data point of some measure
  2. Grafana Alerting with OSI-Soft PI data sources
  3. Grafana Dashboard Variables > type query > OSI-Soft PI datasource > query data and use for example the latest available data point as a dashboard variable. For example, query the latest latitude/longitude from some GPS device and use the coordinates in another query as a variable in an embedded Windy text panel for a weather forecast at the latest received position.
coderReview commented 1 year ago
  1. Done in v3.1.0
  2. Won't be fixed. Must use backend plugin with Go
  3. At the moment this can be done with AF attribute value.
alexl04 commented 1 year ago
  • Done in v3.1.0
  • Won't be fixed. Must use backend plugin with Go
  • At the moment this can be done with AF attribute value.

Thanks coderReview 🙏