xkilian
xkilian
Glad to see some movement on canvas, it really is a critical plugin. Still missing some critical, yet basic stuff. 1. Being able to click an element and directly following...
What is missing from worldmap is having the range of leaflet features available (well shown on the https://github.com/huizhong/grafana-baidumap-panel), see also #31: - drawing shapes on the map (through coordinates or...
The most logical is in an external JSON that would offer up all the static content. This would be loaded remotely by the plugin using one of the JSON datasources.
The data would not be edited created in the UI, unless the UI would actually manage a data in a file that would be loaded in the same manner. Maybe...
Same issue with Prefixes, vlans are exposed there but can't be filtered...
This was implemented in pull request #1837 , we are currently testing the patch. It works for services. Once our testing is complete, I would suggest we merge this. Will...
Tested in our environment it works, though as noted in #1837 the option to treat downtimes_as_acks does not work with this feature. An analysis would need to be done to...
@tomasz-kuzemko One might expect that in combination with business_rule_ack_as_ok it will also be treated as OK... But no, it does not work. acknowledgements are treated as ok on services. Downtimes...
Leaftlet will crash if sending lat/lon or either as Null to it. The plugin grafana-map-panel must drop/filter this data. Same for (0,0) coordinates.
I get the impression that the baidu worldmap plugin has used this implementation approach, very nice plugin. Adds polygons, polylines and markers in addition to supporting multiple metrics.