Skip to content
Open
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
3 changes: 1 addition & 2 deletions api/oss/src/apis/fastapi/tracing/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,8 @@ async def ingest_spans( # MUTATION
)

link_response = OTelLinksResponse(
count=len(links) + len(dropped),
count=len(links),
links=links,
dropped=dropped or None,
)

return link_response
Expand Down
Loading