Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: added OTLP export #38

Merged
merged 3 commits into from
Jan 11, 2024
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
fix: added httpx as dependency
adubovik committed Jan 11, 2024

Verified

This commit was signed with the committer’s verified signature.
brucebolt Bruce Bolt
commit 40b755b2e54f2a3bec51ce690e7b7d432b385fec
47 changes: 46 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ openai = "0.27.8"
pydantic = "1.10.12"
uvicorn = "0.22.0"
aiocache = "0.12.2"
httpx = "^0.26.0" # TODO: remove once SDK supports conditional instrumentation

[tool.poetry.group.test.dependencies]
pytest = "7.4.0"