Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 508 Bytes

Storage.md

File metadata and controls

13 lines (8 loc) · 508 Bytes

Log Storage processes log items as they are recieved.

It stores log items by processing and categorizing them internally using (Span and Annotation) arrays.

Span and Annotation arrays work like a buffer. We can specify the minimal number of items that must be present inside a Span / Annotation array before it's flushed to Storage.

Current limitations are,

Label Amount
Minimum number of spans before flushing 2
Minimum number of annotations before flushing 4