Skip to content

Add getSnapshot method, and improve documentation/tests/README

Latest
Compare
Choose a tag to compare
@ori88c ori88c released this 23 Nov 23:46

Key Features:

  • New method getSnapshot was added: Returns an array of references to all the currently stored items in the queue, ordered from First-In to Last-In. This method can be used, for example, to periodically log the K most recent metrics, such as CPU or memory usage.
  • Documentation, README and tests improvements.