Release Notes#
Release notes and known issues for Nsight Operator.
Current Release (26.2.1)#
What’s New#
Nsight Operator 26.2.1 introduces NVIDIA Dynamo profiling, OpenTelemetry trace capture, an in-cluster analysis service, OAuth2 / TLS on the gateway, CLI ergonomics, and a brand-new web UI. See the NGC collection announcement for the full release.
NVIDIA Dynamo Support#
Dynamo request traceability from the HTTP entrypoint through KVBM, PyTorch, and CUDA calls.
Batch-request tracing with CUDA API correlation, including late NVTX projection for accurate span-to-kernel mapping.
OpenTelemetry Support#
Capture OpenTelemetry traces and view them alongside Nsight Systems
profiles. Enable per-profile with otlpMirroringEnabled: true on a
NsightOperatorProfileConfig.
See NsightOtelCollector and OTLPProxyConfig.
Analysis Service#
Run Nsight Systems recipes inside the cluster without downloading profiles onto a machine with Nsight Systems installed. See Analysis Guide and NsightAnalysis.
Operator / Injection Enhancements#
OAuth2 / Auth0 login on the gateway (see Gateway Authentication).
TLS termination on the gateway (see TLS Configuration).
More human-readable session names via
session-begin --title.
CLI Improvements#
New
analysiscommand group innsight_operator.pyfor running recipes and fetching their outputs.New
statuscommand that prints the current session and connected collection agents.Improved
download: reports are now named<tag>_<process_name>_<hostname>_<unique_id>.nsys-repso they can be disambiguated at a glance.
See Nsight Cloud CLI.
Web UI#
Brand-new web interface for launching analyses and viewing results.
Analysis UI opens directly from the CLI with
nsight_operator.py analysis ui.Analysis reports render as interactive Jupyter notebooks at
/visualizations/{report_id}; open from the CLI withnsight_operator.py analysis reports open <id>.Configure, run, and view analyses per data collection.
Nsight Streamer integration: launch a streamer for a session directly from the Cloud UI (opens in a new browser tab).
Streamer instances are auto-provisioned per tenant namespace via the NsightTenantOperator.
Multiple streamers share a single public WebRTC port through the embedded STUNner TURN gateway (see STUNner TURN Gateway).
See Nsight Cloud UI.
For current operational constraints and platform support details, see Known Limitations and Notes.