-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi All, I was able to install the plugin successfully.
I have influxDB v2.x as datasource and I need to understand how to transform the data.
Do you think you can tell me what are the numbers in the arrays in the datapoints?
I tried to use infinity to directly use the json in your documentation but I dont see the utilization in the map
This is the custom map:
"name": "New Map", "metadata": {}, "endpoints": { "USANY": { "id": "4ew9bu", "label": "USANY", "shape": "circle", "size": 10, "lat": 41.33282687629106, "lng": -76.75781272351742, "fill": "rgba(40, 40, 40, 1)", "stroke": 1, "color": "rgba(40, 40, 40, 1)", "opacity": 1 }, "AMS": { "id": "20vWgR", "label": "AMS", "shape": "circle", "size": 10, "lat": 44.54872571914132, "lng": -23.84765647351742, "fill": "rgba(40, 40, 40, 1)", "stroke": 1, "color": "rgba(40, 40, 40, 1)", "opacity": 1 } }, "adjacencies": [ { "a": "USANY", "b": "AMS", "anchors": [ "L" ], "metadata": { "data_targets": [ "hostname.a.b.c+interfaceET-12+input", "hostname.a.b.c+interfaceET-12+output" ] }, "min": 0, "max": 10000000000 } ] }