Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
33c302f
place holder
sfc-gh-yuwang Sep 29, 2025
ed2117e
implement external telemetry
sfc-gh-yuwang Sep 29, 2025
28ae1e2
address comments
sfc-gh-yuwang Sep 30, 2025
cb6b561
update resource name
sfc-gh-yuwang Sep 30, 2025
6e29fc7
use public variable instead
sfc-gh-yuwang Sep 30, 2025
c3df0f6
place hodler
sfc-gh-yuwang Sep 30, 2025
53a8d2a
address comment
sfc-gh-yuwang Sep 30, 2025
5ef743f
address comments
sfc-gh-yuwang Oct 1, 2025
113dbb0
use wrapper import
sfc-gh-yuwang Oct 1, 2025
d191a2d
fix log exporter
sfc-gh-yuwang Oct 3, 2025
cad628d
fix
sfc-gh-yuwang Oct 3, 2025
297a515
fix log exporter
sfc-gh-yuwang Oct 3, 2025
bb83620
add docstring
sfc-gh-yuwang Oct 10, 2025
1cbcb28
test place holder
sfc-gh-yuwang Oct 10, 2025
84ae5d9
address comments
sfc-gh-yuwang Oct 13, 2025
8366dfd
add test
sfc-gh-yuwang Oct 14, 2025
ad40c2f
Merge branch 'main' into SNOW-2364943
sfc-gh-yuwang Oct 14, 2025
535ecbc
add type hints
sfc-gh-yuwang Oct 14, 2025
a792973
address comments
sfc-gh-yuwang Oct 14, 2025
632d320
fix doc test
sfc-gh-yuwang Oct 15, 2025
42c430a
change function name
sfc-gh-yuwang Oct 16, 2025
0072ac7
remove reduntant constant
sfc-gh-yuwang Oct 16, 2025
0bb0edf
doc fix
sfc-gh-yuwang Oct 16, 2025
3950f9b
move functions into class and refer from there
sfc-gh-yuwang Oct 20, 2025
dc3bd01
remove reduntant empty line
sfc-gh-yuwang Oct 20, 2025
8951c0e
move shutdown pos
sfc-gh-yuwang Oct 20, 2025
b07f298
update doc
sfc-gh-yuwang Oct 21, 2025
b150d04
change naming according to comments
sfc-gh-yuwang Oct 21, 2025
fc35b5e
fix test
sfc-gh-yuwang Oct 21, 2025
45abcf2
Merge branch 'main' into SNOW-2364943
sfc-gh-yuwang Oct 23, 2025
196fe3d
add change log
sfc-gh-yuwang Oct 23, 2025
3a9360d
Merge branch 'main' into SNOW-2364943
sfc-gh-yuwang Oct 23, 2025
c4a6efb
fix lint
sfc-gh-yuwang Oct 23, 2025
6250177
fix lint
sfc-gh-yuwang Oct 23, 2025
f695f68
fix test
sfc-gh-yuwang Oct 23, 2025
377087e
rerun test
sfc-gh-yuwang Oct 23, 2025
cb7bb58
fix test
sfc-gh-yuwang Oct 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#### New Features

- Added support for `Session.client_telemetry`.
- Added support for `Session.udf_profiler`.

## 1.41.0 (YYYY-MM-DD)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def run(self):
"opentelemetry": [
"opentelemetry-api>=1.0.0, <2.0.0",
"opentelemetry-sdk>=1.0.0, <2.0.0",
"opentelemetry-exporter-otlp>=1.0.0, <2.0.0",
],
},
classifiers=[
Expand Down
Loading
Loading