fix(instrumentation-py): repair OpenLIT, OpenRouter, and PGVector OTel 2.x spans - #387
Merged
fran3cc merged 1 commit intoAug 21, 2026
Conversation
5 tasks
Nightingalelyy
marked this pull request as ready for review
August 19, 2026 15:59
Contributor
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Focused package tests: OpenLIT 30/30, OpenRouter 49/49, PGVector 22/22 plus 2 credential-gated live-database skips.
Root-scoped Ruff check and format check pass for all three package directories.
All three wheels build and pass isolated import/install checks; applicable pip check and editable direct_url.json checks pass.
Release intent and release inventory validators pass.
All 17 paired example scripts completed under
otel2-fix-py-group-21-20260817T214109Z; the PGVector live-database script reported its intended missing-DSN skip.Respan MCP: all 16 trace trees and all 48 full details inspected; exact roots, parents, IDs, markers, content, usage, streams, tools, errors, and privacy checked with no duplicates or credential leakage.
Real OpenRouter provider validation passed with model
openai/gpt-4o-mini, exact output, and non-estimated 15/4/19 usage.Full source and paired-example diffs were audited against every applicable document under
contribution/; canonical span fields, OTel attribute shapes, release-intent/version ownership, and package boundaries have no remaining package-owned violation.External follow-ups
@toolinput normalization, PGVector local-error classification and entity-path projection, upstream OpenAI/httpcore2[DONE]teardown, and credential-gated PostgreSQL/pgvector runtime coverage remain separately tracked.Companion examples