Skip to content

Decorate the operation logger with the Operation

Compare
Choose a tag to compare
@tachyonics tachyonics released this 03 Mar 21:22
· 32 commits to smoke-framework-2.x since this release
b26d490

This release of SmokeFramework provides compatibility with Swift 5.5, Swift 5.6, Swift 5.7 using SwiftNIO 2.x.

  1. Emit "requestReadLatencyMS" in the response summary and add a corresponding metric to indicate how long from when the request head was received until the request was complete and the operation could be handled. (#116)
  2. Decorate the operation logger with the Operation using the incomingOperation metadata key. (#116)
  3. Combine multiple request headers into a single log metadata entry (#116)
  4. Ignore headers with value "none" (#116)