Documentation ¶
Index ¶
Constants ¶
View Source
const ( // WeavePeerName is the key for the peer name, typically a MAC address. WeavePeerName = "weave_peer_name" // WeavePeerNickName is the key for the peer nickname, typically a // hostname. WeavePeerNickName = "weave_peer_nick_name" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Weave ¶
type Weave struct {
// contains filtered or unexported fields
}
Weave represents a single Weave router, presumably on the same host as the probe. It is both a Reporter and a Tagger: it produces an Overlay topology, and (in theory) can tag existing topologies with foreign keys to overlay -- though I'm not sure what that would look like in practice right now.
Click to show internal directories.
Click to hide internal directories.