OpenTelemetry
NeMo Gym exports traces, metrics, and optional logs through nemo-lens. Telemetry is off by default.
A distributed trace follows a rollout across agent, model, and resources servers. Use it to find slow requests and service failures. For saved model calls and agent activity, see Rollout Evidence.
Quick Start
Install the optional dependency:
Export to the console:
Or send telemetry to an OTLP collector:
Instrumentation is a no-op when disabled or when nemo-lens is absent.