Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gtokernliang committed Jan 3, 2025
1 parent f5d7d4d commit 8daf42f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions examples/experimental/otel_exporter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,6 @@
" return \"nested3\""
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from opentelemetry import trace\n",
"\n",
"tracer = trace.get_tracer_provider().get_tracer(\"Cows\")"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
2 changes: 0 additions & 2 deletions src/core/trulens/experimental/otel_tracing/core/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def _construct_event(self, span: ReadableSpan) -> event_schema.Event:
if context is None:
raise ValueError("Span context is None")

print(span.attributes)

return event_schema.Event(
event_id=str(context.span_id),
record={
Expand Down

0 comments on commit 8daf42f

Please sign in to comment.