Skip to content

Millisecond granularity

Compare
Choose a tag to compare
@vcschapp vcschapp released this 24 Jul 15:56
· 24 commits to main since this release

API changes:

  • None.†

Big Features:

  • None.

Improvements:

  • Allowed Start/End timestamps and Chunk and SplitUntil durations to have millisecond granularity.
    • Before this release they were not allowed to have sub-second granularity.
    • This is a backwardly-compatible change (no valid usage will break) but makes the API more powerful for log groups that have enormous amounts of messages, such as might be produced from a highly-trafficked web service that handles more than 10,000 transactions per second.†
  • Fixed a bug caused by bugs in the underlying CWL Insights API documentation and implementation which sometimes caused log events to be missed. (Issue #16)
  • Fixed a dynamic chunk splitting bug in which Incite would sometimes do one extra split causing chunks smaller than SplitUntil. (Commit 7a80c011)
  • Small improvements to the documentation.

†: While the API hasn't strictly changed, and is backwardly-compatible with v1.3.1, it is now slightly more powerful.