sasaki77 / archiverappliance-datasource

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

Go Backend always returns a data frame with the name "response" #59

Closed sasaki77 closed 3 years ago

sasaki77 commented 3 years ago

Data source plugin should return a data frame with the correct name, but Backend returns it with the name response.

https://github.com/sasaki77/archiverappliance-datasource/blob/74dc98d9c900799f61ac827434f09e642fe6fb1c/pkg/archiver-query.go#L472-L474

The Backend should return it with the PV name, as the value field in the data frame does.