File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11extension :
22 name : observefs
33 description : Provides IO observability to filesystem
4- version : 0.0.1
4+ version : 0.1.0
55 language : C++
66 build : cmake
77 license : MIT
@@ -11,7 +11,7 @@ extension:
1111
1212repo :
1313 github : dentiny/duckdb-filesystem-observability
14- ref : fca3e0b5cadcd61a6039d714d9250ea2c06a625a
14+ ref : d09d28a3e9f9b9b321de85c2754bca0a97852a2b
1515
1616docs :
1717 hello_world : |
2020 This extension provides observability to duckdb filesystems.
2121 It supports a few key features:
2222 - 100% compatible with duckdb httpfs
23- - Provides both process-wise and bucket-wise latency stats
23+ - Provides both process-wise and bucket-wise latency stats (including histogram and quantile estimation)
2424 - Allows registering ANY duckdb compatible filesystems (i.e., azure filesystem)
You can’t perform that action at this time.
0 commit comments