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
(Performing a List operation on all NodeLatencyStats resources will return the latency information reported by each individual Node)
This information should be displayed in antrea-ui, via a dedicated dashboard.
The dashboard should be able to handle small (<10 Nodes) and very large (1,000 Nodes) clusters gracefully.
Maybe something similar to the ping mesh visualization dashboard developed by Microsoft.
Besides a global high-level view showing the overall health of the cluster (in the style of ping mesh), the dashboard should also:
display aggregated stats (mean latency, median latency, max latency, ...)
highlight issues (e.g., is there a Node with multiple ingress / egress links down?)
enable users to search for / select a specific Node by name and display its measurements
The text was updated successfully, but these errors were encountered:
Antrea v2.1 introduced the NodeLatencyMonitor feature, which provides an API reporting inter-Node latency measurements in a K8s cluster.
For example:
(Performing a
List
operation on allNodeLatencyStats
resources will return the latency information reported by each individual Node)This information should be displayed in antrea-ui, via a dedicated dashboard.
The dashboard should be able to handle small (<10 Nodes) and very large (1,000 Nodes) clusters gracefully.
Maybe something similar to the ping mesh visualization dashboard developed by Microsoft.
Besides a global high-level view showing the overall health of the cluster (in the style of ping mesh), the dashboard should also:
The text was updated successfully, but these errors were encountered: