Skip to content

Commit d78b85d

Browse files
Merge pull request #26 from GridProtectionAlliance/readme-update
Update README to include instructions on moving to new plugin version. OH-24
2 parents 71c86f5 + d210516 commit d78b85d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@ This Grafana [data source](https://grafana.com/grafana/plugins/data-source-plugi
44

55
## What's New
66

7+
Moving from previous versions of the plugin to v2.1.0 may break various dashboards. We recommend the following process to maintain full functionality.
8+
1. Identify all queries using the openHistorian data source.
9+
2. Switch identified queries to "Text Mode".
10+
3. Copy the contents of the text box to a text editor.
11+
4. Update the plugin.
12+
5. Switch the queries to use the new data source.
13+
6. Switch the mode to Text.
14+
7. Paste in the appropriate content from (3).
15+
Note that the all functionality present in previous versions is also available in v2.1.0.
716
- **Simplified Query Building**: We’ve merged the `Element List Builder` and `Filter Expression Query Builder` into one intuitive interface, accessible via `Query Wizard`. The Query Wizard Mode provides a guided experience for creating queries with signal search or filter expression building, function picker with detailed parameter breakouts, and helpful toggles for including peaks, dropping empty series, and more.
817
- **Metadata Selections**: Metadata can now be combined with queried data to support custom panels, like the [Geomap](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/geomap/) plug-in.
918
- **Multiple Data Source Value Types**: Multiple data source value types are now supported. In addition to the standard `DataSourceValue` type which consists of a `Value` and a `Times`, custom types, like a `PhasorValue` type, which consists of a tuple of `Magnitude` and `Angle` values and a `Time`, are now available.
10-
- **Custom User Functions**: The backend Grafana adapters of the openHistorian now supports user-defined custom functions.
11-
- **Fully Async Interfaces**: All operations, including data queries and function processing, are all processed asynchronously.
19+
- **Extendable Functions**: The backend Grafana adapters of the openHistorian now supports user-defined custom functions.
20+
- **Performance Improvements**: All operations, including data queries and function processing, are all processed asynchronously.
1221

1322
## Usage
1423

0 commit comments

Comments
 (0)