Add behavioral readiness and Jetson observability#2
Merged
Conversation
Owner
Author
|
CI follow-up: the first validate run caught newly-yanked transitive crate |
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.
What changed
minFrames,minFps, and frame-sample freshness in controller readinessjetson_*metric contractRoot cause and impact
The controller previously treated reachable NightJet metrics with sufficient frames as ready but did not evaluate the configured FPS threshold or sample age. A live workload requiring 25 FPS therefore reported
CaptureReady=Truewhile producing about 15 FPS. Readiness now fails with specific reasons for low FPS, stale samples, and unavailable metrics, then recovers without restarting the runtime pod.Companion runtime PR
ghcr.io/cezarc1/nightjet:0.2.0-rc.20260713.b305045-orin@sha256:9007d79bcb6a782618bf87385d1bb0c4c37544e1951d706373c6bc169d2d6e59ghcr.io/cezarc1/kubejet-controller:0.2.0-rc.20260713.76e2083@sha256:57226d1624e720c700886f81e127fa7fbcba956f25fcd4d9355b0a6fe0df3a6dVerification
just validate: 97 Python tests passed (5 skipped), 13 Rust tests passed; formatting, Ruff, strict mypy, clippy, Helm, kubeconform, dependency/security scans all passedjust verify-observability-kind: 5 passed in 272.06 seconds; kind cluster deleted cleanlyFalse/FrameRateBelowThreshold; 19+/10 FPS ->True/RuntimeMetricsReadyup=1; current generic pod scrape still lacks node and parent-CR labels, documented as a pre-release gapSee
docs/acceptance/2026-07-13-v0.2-orin-pre-release.mdfor commands, digests, condition transitions, model identities, and skipped release gates.Scope
This is a pre-release integration PR, not a v0.2 release. Live Grafana alert firing, ASR off-node Prometheus scraping, and Nsight Operator/Tegra report capture remain explicit release gates.