nat-telemetry
Installation
SKILL.md
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.