package
Version:
v0.20.0
Opens a new window with list of versions in this module.
Published: Nov 6, 2022
License: MPL-2.0
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DefaultBinary = "/usr/local/sbin/pktvisord"
ReadinessBackoff = 10
ReadinessTimeout = 10
ApplyPolicyTimeout = 10
RemovePolicyTimeout = 20
VersionTimeout = 2
ScrapeTimeout = 5
TapsTimeout = 5
)
type AppInfo struct {
App struct {
Version string `json:"version"`
UpTimeMin float64 `json:"up_time_min"`
} `json:"app"`
}
AppInfo represents server application information
Source Files
¶
Click to show internal directories.
Click to hide internal directories.