Skip to content

Commit 2fe0159

Browse files
authored
Merge pull request #608 from dentiny/hjiang/upgrade-observe-0.2
Upgrade observefs to v0.2
2 parents 6f88aa7 + 5947092 commit 2fe0159

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extension:
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

1212
repo:
1313
github: dentiny/duckdb-filesystem-observability
14-
ref: fca3e0b5cadcd61a6039d714d9250ea2c06a625a
14+
ref: d09d28a3e9f9b9b321de85c2754bca0a97852a2b
1515

1616
docs:
1717
hello_world: |
@@ -20,5 +20,5 @@ docs:
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)

0 commit comments

Comments
 (0)