fix(examples-py): validate Mirascope, Mistral, and Ollama OTel 2.x spans - #67
Open
Nightingalelyy wants to merge 1 commit into
Open
Conversation
Merged
7 tasks
Nightingalelyy
marked this pull request as ready for review
August 19, 2026 16:01
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
otel2-fix-py-group-19-20260817T152514ZPlatform verification
The exact marker returned 19 traces and 42 records. Every trace tree and every full record was inspected: one root per trace, exact parent links, 42 unique record IDs, 42 unique span IDs, complete bounded inputs/outputs, exact stream flags and usage, canonical tool schemas/calls/results, controlled 401/500/503 failures, grouping, privacy, and no forbidden aliases.
Known external boundaries
Canonical tool attributes still do not populate the platform's separate top-level tool arrays, and native failed workflow roots are projected as success/200 after ingestion. Provider identity projection is also blank for Mirascope/Ollama despite canonical provider metadata. No contribution-contract aliases or package-specific ingestion workarounds were added.
Companion instrumentation PR: respanai/respan#385