Stats Struct
Per-stream counters tracking sent/dropped/fail counts and queue depth. More...
Declaration
Included Headers
Public Member Attributes Index
| int64_t | enqueued = 0 |
|
Total samples enqueued. More... | |
| int64_t | sent = 0 |
|
Total samples successfully sent downstream. More... | |
| int64_t | dropped = 0 |
|
Total samples dropped due to overflow. More... | |
| int64_t | send_fail = 0 |
|
Total send attempts that failed. More... | |
| int64_t | max_queue_depth = 0 |
|
High-watermark of queue depth. More... | |
Description
Per-stream counters tracking sent/dropped/fail counts and queue depth.
Definition at line 159 of file StrictSync.h.
Public Member Attributes
dropped
|
Total samples dropped due to overflow.
Definition at line 162 of file StrictSync.h.
enqueued
|
max_queue_depth
|
High-watermark of queue depth.
Definition at line 164 of file StrictSync.h.
send_fail
|
Total send attempts that failed.
Definition at line 163 of file StrictSync.h.
sent
|
Total samples successfully sent downstream.
Definition at line 161 of file StrictSync.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.