Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Namespace = "frrk8s" Subsystem = "bgp" SessionUp = metric{ Name: "session_up", Help: "BGP session state (1 is up, 0 is down)", } UpdatesSent = metric{ Name: "updates_total", Help: "Number of BGP UPDATE messages sent", } Prefixes = metric{ Name: "announced_prefixes_total", Help: "Number of prefixes currently being advertised on the BGP session", } ReceivedPrefixes = metric{ Name: "received_prefixes_total", Help: "Number of prefixes currently being received on the BGP session", } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.