logger: record message gaps

This commit is contained in:
Daniel Agar
2020-07-28 18:37:05 -04:00
parent f7415c3354
commit 7b46efaa6b
4 changed files with 20 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ float32 total_written_kb # total written to log in kiloBytes
float32 write_rate_kb_s # write rate in kiloBytes/s
uint32 dropouts # number of failed buffer writes due to buffer overflow
uint32 message_gaps # messages misssed
uint32 buffer_used_bytes # current buffer fill in Bytes
uint32 buffer_size_bytes # total buffer size in Bytes