You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `--grafana-interface-format`: Maps interface names for Grafana export using regex patterns. This allows you to transform interface names to match your monitoring system's naming conventions.
This would extract and display only the captured digit (e.g., from `e1-1-c3-1` it would display `3` as the port label).
159
+
144
160
For more detailed information about this feature, including compatibility, usage guidelines, and future enhancements, please see the [Grafana Dashboard Documentation](./grafana.md).
145
161
146
162
- `--include-unlinked-nodes`: Include nodes without any links in the topology diagram. By default, only nodes with at least one connection are included.
> Customize targets, thresholds, or labels in your YAML to align with your network's metrics and visualization needs.
60
60
61
+
#### Interface Name Mapping
62
+
63
+
The `--grafana-interface-format` option allows you to transform interface names to match your monitoring system's naming conventions. This is useful when your containerlab topology uses different interface naming than your telemetry system.
The `--grafana-interface-selector` option lets you control which part of complex interface names appears as port labels in the diagram. This is useful for cleaner visualization when interface names contain multiple segments.
This would extract and display only the captured digit from interface names like:
84
+
-`e1-1-c3-1` → displays `3` as the port label
85
+
-`e1-1-c10-1` → displays `10` as the port label
86
+
61
87
#### To export the diagram as an SVG:
62
88
To get a full guide: [https://github.com/andymchugh/andrewbmchugh-flow-panel/blob/main/src/README.md#using-drawio-to-create-your-svg](https://github.com/andymchugh/andrewbmchugh-flow-panel/blob/main/src/README.md#using-drawio-to-create-your-svg)
0 commit comments