# Functions
NewStatsClient returns a new StatsClient using socket.
SetSocketRetryPeriod is and optional parameter to define a custom retry period while waiting for the VPP socket.
SetSocketRetryTimeout is and optional parameter to define a custom timeout while waiting for the VPP socket.
# Constants
DefaultSocketName is default VPP stats socket file path.
DefaultSocketRetryPeriod is the time period after the socket availability will be re-checked.
DefaultSocketRetryTimeout is the maximum time for the stats socket.
# Variables
No description provided by the author
Debug is global variable that determines debug mode.
ErrStatDataLenIncorrect is returned when stat data does not match vector length of a respective data directory.
Log is global logger.
No description provided by the author
# Structs
StatsClient is the pure Go implementation for VPP stats API.
# Type aliases
Option is a StatsClient option.