Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Stats ¶
type Stats struct { // Update Stats. CDSUpdatesSuccess uint64 CDSUpdatesRejection uint64 LDSUpdatesSuccess uint64 LDSUpdatesRejection uint64 // Server State of Envoy. ServerState uint64 WorkersStarted uint64 }
Stats contains values of interest from a poll of Envoy stats.
func GetUpdateStatusStats ¶
GetUpdateStatusStats returns the version stats for CDS and LDS.
Click to show internal directories.
Click to hide internal directories.