Skip to content

1.16.0 - Added dependency to `swift-metrics`

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 28 Aug 21:17
· 3 commits to main since this release
be4ac72

What's Changed

Added dependency to swift-metrics by @ptoffy in #117

Added a dependency to swift-metrics to be able to record metrics on queues.

Metrics added:

  • Timer to see how long a job takes to complete
  • Counter to keep track of dispatched jobs
  • Two different counters to keep track of successes and failures
This patch was released by @0xTim

Full Changelog: 1.15.1...1.16.0