MangoAutomation / ma-dashboards

Mango Module for creating custom HTML5 Dashboards using AngularJS
Other
6 stars 7 forks source link

Change behavior for data source performance page #316

Closed terrypacker closed 4 years ago

terrypacker commented 4 years ago

I see that the page makes these queries:

data-points?match(name,*Consecutive%20run%20polls*)&sort(deviceName,name)&limit(20,0)
data-points?match(name,*Poll%20duration*)&sort(deviceName,name)&limit(20,0)
data-points?match(name,*Poll%20success%20percentage*)&sort(deviceName,name)&limit(20,0)

Which means you have to name the points correctly to see them on this page. Ideally we could query for points using the attribute name and the Internal data source type. Currently that isn't supported via REST.

jazdw commented 4 years ago

Re-open when supported by REST. Personally don't see much benefit from doing this.