Skip to content

Update dependencies, enhance documentation, and add probing features#49

Open
reiase wants to merge 5 commits into
masterfrom
feature/new_tracing
Open

Update dependencies, enhance documentation, and add probing features#49
reiase wants to merge 5 commits into
masterfrom
feature/new_tracing

Conversation

@reiase

@reiase reiase commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

…probing extensions

  • Added new dependencies including probing-hccl-shim, probing-nccl-profiler, and serde_yaml to Cargo.lock and Cargo.toml.
  • Updated the Makefile to include new targets for HCCL shim library and improved frontend build instructions.
  • Enhanced documentation to include a new section for the Federated Query Engine and updated existing design documents.
  • Refactored examples to replace deprecated scripts and improve clarity in tracing examples.
  • Improved the overall structure of the project by organizing new features and dependencies effectively.

reiase added 4 commits June 21, 2026 11:43
…probing extensions

- Added new dependencies including `probing-hccl-shim`, `probing-nccl-profiler`, and `serde_yaml` to `Cargo.lock` and `Cargo.toml`.
- Updated the Makefile to include new targets for HCCL shim library and improved frontend build instructions.
- Enhanced documentation to include a new section for the Federated Query Engine and updated existing design documents.
- Refactored examples to replace deprecated scripts and improve clarity in tracing examples.
- Improved the overall structure of the project by organizing new features and dependencies effectively.
…d remove shutdown function from public API. Update context ID info validation in msprof.rs for improved safety.
…urations

- Added `probing-hccl-profapi` and `probing-nccl-profiler-cdylib` as new packages in the workspace, including their dependencies in `Cargo.toml` and `Cargo.lock`.
- Updated the Makefile to build the new libraries and adjusted targets for HCCL and NCCL profiling.
- Refactored the `builtin-schema-docs` feature to include the new HCCL shim library.
- Improved coverage reporting by excluding the new cdylib libraries from coverage checks in the Makefile and GitHub workflows.
- Updated documentation and project structure to reflect the addition of new features and libraries.
- Changed SQL queries in the quickstart and reference documentation to replace 'step' with 'local_step' for clarity and consistency across examples.
- Updated related documentation in both English and Chinese to reflect these changes.
- Adjusted descriptions in the concepts and SQL tables documentation to align with the new terminology.
@codecov

codecov Bot commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.00000% with 16 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/lib.rs 0.00% 5 Missing ⚠️
...sts/unit/probing/tracing/test_phase_transitions.py 98.48% 4 Missing ⚠️
tests/regression/ext/test_tracing_span.py 97.50% 3 Missing ⚠️
tests/regression/ext/test_phase_tracker.py 97.72% 2 Missing ⚠️
tests/unit/probing/tracing/test_span_backends.py 97.93% 2 Missing ⚠️
Files with missing lines Coverage Δ
tests/regression/core/test_table_docs.py 100.00% <100.00%> (ø)
...sts/regression/core/test_table_docs_integration.py 100.00% <100.00%> (ø)
tests/regression/ext/test_comm_collective.py 95.83% <ø> (-0.09%) ⬇️
tests/regression/ext/test_parallel_topology.py 100.00% <100.00%> (ø)
tests/regression/ext/test_step_context.py 100.00% <100.00%> (ø)
...ests/regression/training_observability/conftest.py 83.33% <100.00%> (+0.16%) ⬆️
...raining_observability/test_collective_recording.py 100.00% <100.00%> (ø)
...ining_observability/test_collective_tracer_hook.py 100.00% <100.00%> (ø)
.../training_observability/test_step_straggler_sql.py 100.00% <100.00%> (ø)
...on/training_observability/test_topology_context.py 100.00% <100.00%> (ø)
... and 8 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…le references

- Revised SQL queries in the README and quickstart documentation to enhance clarity and consistency, particularly focusing on the use of 'local_step'.
- Expanded the documentation to include new sections on environment variables, detailing their usage and configuration for Probing.
- Updated both English and Chinese documentation to reflect these changes, ensuring accessibility for a wider audience.
- Improved the overall structure and navigation of the documentation to facilitate easier access to key information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant