Add Zipkin tracing parity#2217
Merged
charlesbluca merged 66 commits intoJun 23, 2026
Merged
Conversation
Contributor
jdye64
requested changes
Jun 11, 2026
jdye64
left a comment
Collaborator
There was a problem hiding this comment.
looks good overall. Had single comment about defaults.
…n-parity-spec # Conflicts: # nemo_retriever/src/nemo_retriever/service/services/job_tracker.py
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.
Description
This adds Zipkin parity and broader trace-context propagation across the Helm deployment and service execution paths.
Compatibility note:
topology.zipkin.enabledintentionally remainstrueby default to preserve the managed trace-backend behavior shipped by the legacy 26.1.2 Helm chart. Upgrades with default values may create a chart-owned Zipkin Deployment and Service; settopology.zipkin.enabled=falsebefore upgrading if your deployment uses an external backend or should not run chart-owned Zipkin. Context: #2217 (comment)Validation:
uv run pytest tests/test_helm_tracing_zipkin.py tests/test_nim_tracing.py tests/test_service_tracing.py tests/test_service_proxy_tracing.py tests/test_service_pool_tracing.py tests/test_service_pipeline_tracing.py tests/test_service_ingest_router.py tests/test_service_ingest_async.py tests/test_service_job_tracker.py tests/test_dashboard_static_trace_ui.py(152 passed).Checklist