Skip to content

Releases: dentiny/duckdb-filesystem-observability

v0.4.0

20 Oct 08:43

Choose a tag to compare

Added

  • Add latency stats (histogram and quantile) to glob and getting file size IO operation (#53)
  • Record access for duckdb internal external file cache, and corresponding table function to query and emit status (#50, #52)

Fixed

  • Fixed missing stats report for multiple IO operations; previously only open operation is correctly reported (#49)

v0.3.1

07 Oct 08:54
92ec36e

Choose a tag to compare

0.3.1

Added

  • Add a SQL function to list all registered filesystems (#38)

Fixed

  • Fix bug that httpfs filesystems are registered twice, one as unwrapped raw filesystem instance, one wrapped in observefs

v0.3.0

07 Oct 08:45
1c9d190

Choose a tag to compare

0.3.0

Added

  • Add read request size metrics (#30)

Fixed

  • Fix HTTP request stats report (#35)
  • Fix quantile calculation when there're small number of data points (#36)

v0.2.0

22 Sep 06:47
526bd81

Choose a tag to compare

Added

  • Support wrapping ANY duckdb compatible filesystems (#24)

Improved

  • Rewrite quantile estimation for better accuracy (#17, #18, #19)
  • Refine display output if there's no interested IO operations happening in the current filesystem (#25)

What's Changed

New Contributors

Full Changelog: https://github.com/dentiny/duckdb-filesystem-observability/commits/v0.2.0