-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat]: Agent Connectivity Topology Map #1029
Comments
@christophidesp : Can we come up with a design to show this topology? |
@christophidesp This should probably look a radial tree chart showing all agents, parents, grandparents and netdata cloud at the center. And we can have it as an optional view on the home tab node map view. |
This would be great if you could click the numbers and see which ones are which. Would help track down agents that are not reporting to parents so it could be remediated. |
Thought this sounded familiar. #987 |
Sharing some work in progress from @ktsaou which is working towards this goal |
@christophidesp : As discussed in our meeting, these are the set of requirements:
@shyamvalsan @christophidesp : Please add if I have missed any details. |
You can find here the mockups. The hierarchy is depicted by nesting and creating a tree/drilldown view. topology-proto.mov |
Summary of our initial meeting on parent/child topology visualization:
|
@stelfrag : Do we have any update on the information that is needed by cloud to make a meaningful representation of the topology - especially for active-active parents? |
The information needed is already exposed by /api/v3/node_instances. The response includes the stream path of all nodes, across all parents and it is available on every node, children and parents. |
Problem
I am not sure in some cases if a node is streaming to a parent or direct to netdata cloud easily.
Description
I would like to see some sort of topology map for my netdata agents to let me know at its most basic level which agents are directly connecting to the cloud and which ones are connected to a parent and which one.
Importance
nice to have
Value proposition
Proposed implementation
leverage the existing data widget for parent, child, standalone and the network connection top function to build a network diagram
The text was updated successfully, but these errors were encountered: