feat: add trace_id filter for run events#40
Merged
Merged
Conversation
- Introduced a new `trace_id` parameter across the API, CLI, and SDK to filter run events based on the exact match of `RunEvent.request.trace_id`. - Updated relevant functions in `storage.py`, `operations.py`, and `routes/read.py` to handle the new filter. - Enhanced CLI commands and documentation to include the `--trace-id` option for listing runs. - Added tests to verify the functionality of the `trace_id` filter in both HTTP and CLI contexts. This update improves the forensics capabilities of the FlightDeck platform by allowing users to filter events more precisely based on trace identifiers.
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.
trace_idparameter across the API, CLI, and SDK to filter run events based on the exact match ofRunEvent.request.trace_id.storage.py,operations.py, androutes/read.pyto handle the new filter.--trace-idoption for listing runs.trace_idfilter in both HTTP and CLI contexts.This update improves the forensics capabilities of the FlightDeck platform by allowing users to filter events more precisely based on trace identifiers.
Summary
Why
Changes
Validation
Run the same checks as CI (see
.github/workflows/ci.yml) before opening / updating the PR. Cursor loads.cursor/rules/flightdeck-ci-artifacts.mdcas a short reminder forstatic/+schemas/gates.uv sync --frozen --extra devuv run python -m ruff check src testsuv run python -m pytestuv run python scripts/generate_schemas.pythengit diff --exit-code schemas/(if models/schemas touched)cd web && npm ci && npm run build && cd .. && git diff --exit-code src/flightdeck/server/static/(ifweb/sources, Vite config, orweb/deps / lockfile change the production bundle)cd web && npx playwright install chromium && npm run test:e2e(ifweb/changed)uv run flightdeck-quickstart-verifyuv run flightdeck --helpWith pip / venv only, use
python -m …equivalents fromDEVELOPMENT.md.Schema / Storage Impact
Risk
Review
@flightdeckdev/maintainerson the org repo). On a fork, GitHub may not auto-request; use Reviewers on the PR.AGENTS.md); linked issue or release note intent noted if helpful.Notes