Skip to content

Commit

Permalink
feat: instrument pyo3-opentelemetry (#391)
Browse files Browse the repository at this point in the history
* feat: support tracing subscriber

* fix: tracing cfg attr

* chore: update pyo3 tracing and qcs api client

* fix: format tracing subscriber stubs

---------

Co-authored-by: Marquess Valdez <marquessavaldez@gmail.com>
  • Loading branch information
erichulburd and MarquessV authored Jan 18, 2024
1 parent af099ad commit 1cf88e9
Show file tree
Hide file tree
Showing 37 changed files with 1,166 additions and 41 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ venv/
# JetBrains
.idea

.vscode/
pyrightconfig.json

# Clang debug / memory detection / test artifacts
*.dSYM
*.o
Expand All @@ -29,3 +32,7 @@ qcs-api/docs
crates/python/.hypothesis
crates/python/qcs_sdk/*.so
crates/python/build
crates/python/tests/_fixtures/traces/*.json

# unversioned developer notes
scratch/
252 changes: 248 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1cf88e9

Please sign in to comment.