nat-telemetry
作者: nvidia
在新增、設定或疑難排解 NeMo Agent Toolkit 的日誌、追蹤、遙測匯出器、OpenTelemetry、Langfuse、LangSmith、Weave、Phoenix 等項目時使用。
npx skills add https://github.com/nvidia/nemo-agent-toolkit --skill nat-telemetryNeMo 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