package
0.0.0-20210226143612-aed1ee41fd31
Repository: https://github.com/opennetworkinglab/gnmi.git
Documentation: pkg.go.dev
# Constants
AddCount is the total number of leaves that have been added.
Connected is a boolean that reports whether updates are being received.
DelCount is the total number of leaves that have been deleted.
LatencyAvg is the average latency between target timestamp and cache reception.
LatencyMax is the maximum latency between target timestamp and cache reception.
LatencyMin is the minimum latency between target timestamp and cache reception.
LatestTimestamp is the latest timestamp for any update received for the target.
LeafCount is the current total leaves stored in the cache.
Root node where metadata is cached.
Size is the total number of bytes used to store all values.
StaleCount is the total number of leaf updates that had timestamp older than that cached.
SuppressedCount is the total number of leaf updates that were suppressed because the update had the same value as already cached.
Sync is a boolean that reports whether all target state is cached.
UpdateCount is the total number of leaf updates received.
# Variables
ErrInvalidValue is returned when a metadata operation is attempted on a value that does not exist.
ErrUnsetValue is returned when a metadata Get is attempted on a value that has not been Set (or Added).
TargetBoolValues is the list of all bool metadata fields.
TargetIntValues is the list of all int64 metadata fields.