Skip to content

Commit

Permalink
Merge pull request #197 from Portkey-AI/feat/otel
Browse files Browse the repository at this point in the history
Traces
  • Loading branch information
VisargD authored Aug 12, 2024
2 parents 137f232 + fefdf04 commit 03e634e
Show file tree
Hide file tree
Showing 3 changed files with 947 additions and 111 deletions.
2 changes: 1 addition & 1 deletion portkey_ai/api_resources/apis/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(

def log(
self,
log_object: dict,
log_object,
):
response = requests.post(
url=self.url, data=json.dumps(log_object), headers=self.headers
Expand Down
Loading

0 comments on commit 03e634e

Please sign in to comment.