Mapgl Grafana plugin
47 subscribers
33 photos
17 videos
7 files
55 links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
https://gfn-gp4l-rare.public.nmaas.eu/d/fe41nevolr6rka/renater-topology-sc24-Mapgl panel is used for the Network Research Exhibition.
SuperComputing '24. The International Conference for High Performance Computing, Networking, Storage, and Analysis • 17–22 Nov 2024 • Atlanta, GA.
This media is not supported in your browser
VIEW IN TELEGRAM
WIP: namespaces for layers:
1.) render different sets of links for the same set of nodes (logical layers) ;
2.) dedicated in-browser database for a single namespace with replication to separate sqlite file. No more shared data mess with coords visual editor
This media is not supported in your browser
VIEW IN TELEGRAM
creating a new namespace triggers:
1.) new in-browser db for modified coordinates and links in layers of this namespace;
2.) sqlite file on the server for replication

Replication procedure follows a standardized protocol, so you can potentially save edited coordinates directly into your database, using your custom webserver handler, without mapgl golang app server
✳️ tooltip for a node now lists connected edges (e.g. interfaces).
Click on edge name highlights specific edge, corresponding icon sets nodeId and edgeId variables to be used in the same dashboard panels for charts
✳️ For hyperedges, the same info is available for the encompassed edges.

Similar concept will soon be applied to make parallel tilted Arcs composable/collapsible to represent LAG (Link Aggregation Groups)

play.mapgl.org
This media is not supported in your browser
VIEW IN TELEGRAM
✳️ Logical layers.
Interact with another 'No basemap' layer Mapgl panel to display different set of links for the same and additional nodes.
https://play.mapgl.org/d/d4c53f37-34a2-4316-83b8-c28906a4846e/renater-topology-sc24-mapgl
This media is not supported in your browser
VIEW IN TELEGRAM
as icons can now be bound to metric thresholds, they also get updated live! play.mapgl.org
WIP: Groups config for each layer bound to your data properties and Grafana native thresholds. This will substitute the global extended thresholds and SVG icons configs.
Making colors, clusters and icons even more customizable with less configs.
Mapgl-tiers-Jan-25.pdf
67 KB
Introducing "Promo" and "Lite" plans. Merry christmass and Happy NY ! 🫐 (upd. Jan 10)
Please open Telegram to view this post
VIEW IN TELEGRAM
play.mapgl.org has all features up-to-date now! Including the fully revised grouping feature , that has reduced the svgicons and extended thresholds config into the more intuitive Groups section specifically for a layer
This media is not supported in your browser
VIEW IN TELEGRAM
✳️ Get the link load info for node interfaces or for the interfaces contained in a hyperedge (link aggregation, or cable in a physical world)
Mapgl Grafana plugin
Mapgl-tiers-Jan-25.pdf
This media is not supported in your browser
VIEW IN TELEGRAM
How the end of 2 months of Promo period looks like: 'Groups' feature gets disabled. All the other core features remain active forever
MapglEN.pdf
28.7 KB
Brief list of Mapgl features. Please share
MapglRU.pdf
31.8 KB
возможности карты сети Mapgl
https://gfn-gp4l-rare.public.nmaas.eu/d/ae996h5rebcw0d/gp4l-topology-mapgl3a-netbox Mapgl with Netbox+Prometheus: tooltips with datalinks for link load charts and drill down map
✳️ graph and clustering computations are performed by the Mapgl engine compiled from Rust for web-assembly.
Faster load times, low memory consumption can be significant for slower machines to render large amount of nodes https://play.mapgl.org/d/ab652a6e-10f7-4326-aed7-b1f1fb51dcc9/mapgl-6600-hosts
mapgl-аудит.pdf
37.7 KB
ℹ️ The full-blown Plus version adheres to maximum openness for its back-end Golang code that compiles into data replication server for visual edits.
You can get access to the server source code and build workflow.
It makes Mapgl integration a secure experience and aims to ease your corporate approvals.

ℹ️ Mapgl Lite version is a JS-code bundle with no server-side. Sandboxed to operate in the browser only