name: nat-telemetry description: Use when adding, configuring, or troubleshooting NeMo Agent Toolkit logging, tracing, telemetry exporters, OpenTelemetry, Langfuse, LangSmith, Weave, Phoenix, profiling, or observability provider integrations. author: NVIDIA Corporation and Affiliates license: Apache-2.0
NeMo Agent Toolkit Telemetry
Use this skill for workflow observability, tracing, logging, and profiling.
Workflow
- Discover registered logging and tracing exporters:
uv run nat info components -t logging
uv run nat info components -t tracing
- Prefer built-in provider integrations when available.
- Use file or console exporters for deterministic local debugging.
- For custom exporters, adapt
references/otel_file_exporter.pyand nearby toolkit exporter code.
References
references/telemetry.mdreferences/otel_file_exporter.py