sasaki77 / archiverappliance-datasource

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

ENH: return frames even if a response error occurs #120

Closed sasaki77 closed 2 years ago

sasaki77 commented 2 years ago

The plugin returned a error response without frames if a response from AA has some error. Therefore, it couldn't return frames even if there are some acceptable responses on regex mode.

This PR fixes to return frames even if the response error occurs.