sasaki77 / archiverappliance-datasource

EPICS Archiver Appliance plugin for Grafana dashboard
https://sasaki77.github.io/archiverappliance-datasource
MIT License
14 stars 7 forks source link

BUG: fix backend regex mode to support alternation #91

Closed sasaki77 closed 2 years ago

sasaki77 commented 2 years ago

PV name isolation for syntax like "(PV:NAME:1|PV:NAME:2|...)" is always required even if regex is enabled, because AA sever doesn't support full regular expression.

This PR adds isolation before fetching PV names in regex mode.