Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkg/pillar/types/newlogtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ type NewlogMetrics struct {
NumBreakGZipFile uint32 // total number of gzip file too large needs breakup
NumSkipUploadAppFile uint32 // total number of gzip app file skipped upload
NumKmessages uint64 // total input kmessages
NumKmsgDropped uint64 // total kmsg messages dropped due to kernel ring buffer overflow
NumSyslogMessages uint64 // total input syslog message
DevTop10InputBytesPCT map[string]uint32 // top 10 sources device log input in percentage
TotalSizeLogs uint64 // total size of logs on device
Expand Down
Loading