Group pseudo nodes by the node the referred to and their address in grouped topologies.#116
Conversation
|
Oops, misread. |
report/topology_test.go
Outdated
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
|
This change is for grouped topologies, and stops all pseudo nodes being merged into one. So it adds more pseudo nodes.... |
|
And yes, in general I'm factoring out the pseudo node handling to be per-topology, so different topologies can have different concepts for pseudo nodes. So for the pid topology, we can show more, for containers, less, and hosts is pretty obvious. |
|
Great! I noticed the formatLabel thing is basically dead code at this point, I'll remove that in another PR. 👍 |
7184c09 to
5a8a76e
Compare
|
PTAL; I've factored out the pseudo node handling (hopefully with no semantic change) |
report/mapping_functions.go
Outdated
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
|
Yes, this is a brilliant change. 💯 |
d14a9af to
f4dcf93
Compare
|
Okay one more look pls. |
|
Also fixes #113 |
…rouped topologies.
f4dcf93 to
3e96983
Compare
report/mapping_functions.go
Outdated
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
|
👍 |
3e96983 to
0b786ae
Compare
Group pseudo nodes by the node the referred to and their address in grouped topologies.
Fixes #105