Skip to content

Commit

Permalink
Add node ranking section (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrfox committed Dec 15, 2021
1 parent bb6c7cf commit 88d8047
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/en/docs/Features/topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ TCP traffic is represented by offset circles where the speed of the circles indi

![Topology graph animation](/images/documentation/features/topology-graph-node-animation.gif)

### Ranking

Nodes can be ranked in the graph based on pre-defined criteria such as 'number of inbound edges'. Combined with the find/hide feature, this allows you to quickly highlight or filter for important workloads, services, and applications.

Rankings are normalized to fit between 1..100 and nodes may tie with each other in rank. Ranking starts at 1 for the top ranked nodes so when ranking nodes based on 'number of inbound edges', the node(s) with the most inbound edges would have rank 1. Node(s) with the second most inbound edges would have rank 2. Each selected criteria contributes equally to a node's ranking. Although 100 rankings are possible, only the required number of rankings are assigned, starting at 1.

![Topology graph ranking](/images/documentation/features/topology-graph-ranking.png)

### Graph Types

Kiali offers four different traffic-graph renderings:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88d8047

Please sign in to comment.