mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-19 04:16:21 +00:00
site/plugins.md: clarify that node ids are different
This commit is contained in:
committed by
Alban Crequy
parent
3fb13e885b
commit
d9b6e81ef6
+1
-2
@@ -459,8 +459,7 @@ Nodes are represented as follows:
|
||||
```
|
||||
|
||||
Nodes are stored in a dictionary.
|
||||
The ID of nodes representing hosts or containers has the format `ID;<type>`, with type equal to the literal string `host` or `container` respectively.
|
||||
`ID` is the alphanumeric identifier of the nodes.
|
||||
The ID of nodes is different depending on the node topology. For instance, nodes representing hosts or containers have the format `ID;<type>`, where `ID` is the alphanumeric identifier of the nodes and type is the literal string `host` or `container` respectively. A node representing an endpoint could look like `pc-4026531969;127.0.0.1;36238`.
|
||||
|
||||
A node contains all the information about the represented object (e.g. host, container, pod, etc.).
|
||||
In particular, a node may contain:
|
||||
|
||||
Reference in New Issue
Block a user