Sensetif / sensetif-app-plugin

The Grafana Application Plugin for the Sensetif platform.
Apache License 2.0
0 stars 0 forks source link

Poll Interval needs to be write-once #22

Closed niclash closed 3 years ago

niclash commented 3 years ago

The way the PollDeclarations end up being stored (optimized for poll cycles), the PollInterval must not be modified, as it is part of a primary key. There is ways to handle this later (by looking at recently modified datapoints), but it is too much effort, compared to simply disallow change of PollInterval in UI.