# Functions
Handler returns a http.Handler for the default registerer and gatherer.
NewMetricsController returns new MetricController object.
# Variables
BuildInfo Expose version and other build information.
ControllerBGPadvertisementsReceived Time it took to sync internal bgp peers.
ControllerBGPadvertisementsSent Time it took to sync internal bgp peers.
ControllerBGPInternalPeersSyncTime Time it took to sync internal bgp peers.
ControllerBPGpeers BGP peers in the runtime configuration.
ControllerHostRoutesSynced Number of host routes added to the system.
ControllerHostRoutesSynced Number of host routes removed to the system.
ControllerHostRoutesSynced Number of host routes currently synced to the system.
ControllerHostRoutesSyncTime Time it took for the host routes controller to sync to the system.
ControllerIptablesSyncTime Time it took for controller to sync iptables.
ControllerIptablesV4RestoreTime Time it took for controller to restore IPv4 rules.
ControllerIptablesV4SaveTime Time it took controller to save IPv4 rules.
ControllerIptablesV6RestoreTime Time it took for controller to restore IPv6 rules.
ControllerIptablesV6SaveTime Time to took for controller to save IPv6 rules.
ControllerIpvsMetricsExportTime Time it took to export metrics.
ControllerIpvsServices Number of ipvs services in the instance.
ControllerIpvsServicesSyncTime Time it took for controller to sync ipvs services.
ControllerPolicyChains Active policy chains.
ControllerPolicyChainsSyncTime Time it took for controller to sync policys.
ControllerPolicyIpsets Active policy ipsets.
ControllerPolicyIpsetV4RestoreTime Time it took for controller to restore IPv4 ipsets.
ControllerPolicyIpsetV6RestoreTime Time it took for controller to restore IPv6 ipsets.
ControllerRoutesSyncTime Time it took for controller to sync ipvs services.
No description provided by the author
DefaultRegisterer and DefaultGatherer are the implementations of the prometheus Registerer and Gatherer interfaces that all metrics operations will use.
ServiceBpsIn Incoming bytes per second.
ServiceBpsOut Outgoing bytes per second.
ServiceBytesIn Total incoming bytes.
ServiceBytesOut Total outgoing bytes.
ServiceCPS Service connections per second.
ServicePacketsIn Total incoming packets.
ServicePacketsOut Total outgoing packets.
ServicePpsIn Incoming packets per second.
ServicePpsOut Outgoing packets per second.
ServiceTotalConn Total incoming connections made.
# Structs
Controller Holds settings for the metrics controller.