Skip to content

fix(studio): Add telemetry to example agents configs#635

Open
htolentino-nvidia wants to merge 1 commit into
mainfrom
studio-add-temetry-toexample-agents/htolentino
Open

fix(studio): Add telemetry to example agents configs#635
htolentino-nvidia wants to merge 1 commit into
mainfrom
studio-add-temetry-toexample-agents/htolentino

Conversation

@htolentino-nvidia

@htolentino-nvidia htolentino-nvidia commented Jul 10, 2026

Copy link
Copy Markdown
Contributor
image

Summary by CodeRabbit

  • New Features
    • Enabled NeMo tracing for agent templates and sample configurations.
    • Added file-based telemetry output with batching support for improved trace collection.
    • Applied tracing settings consistently across build-agent, example, and Studio sample configurations.

Signed-off-by: Henrique Tolentino <htolentino@nvidia.com>
@htolentino-nvidia htolentino-nvidia requested review from a team as code owners July 10, 2026 17:40
@github-actions github-actions Bot added the fix label Jul 10, 2026
@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: a122c979-28ad-4f6d-ad09-2aaaa7dae50a

📥 Commits

Reviewing files that changed from the base of the PR and between 782c267 and 27d7860.

📒 Files selected for processing (5)
  • packages/nemo_platform_ext/src/nemo_platform_ext/skills/nemo-build-agent/references/templates/agent.yml
  • plugins/nemo-agents/examples/email-phishing-analyzer/src/nat_email_phishing_analyzer/email-phishing-agent.yml
  • plugins/nemo-agents/examples/hello_world.yaml
  • web/packages/studio/public/sample-agents/calculator/agent.yml
  • web/packages/studio/public/sample-agents/email-phishing-analyzer/agent.yml

📝 Walkthrough

Walkthrough

Changes

The agent template and five sample configurations now include general.telemetry.tracing settings for the nemo_files backend. Sample agents use batch_size: 128; comments document deploy-time injection of workspace and agent_name.

Telemetry tracing configuration

Layer / File(s) Summary
Build-agent tracing template
packages/nemo_platform_ext/.../templates/agent.yml
Adds the nemo_files tracing provider and documents deploy-time field injection.
Sample-agent tracing configuration
plugins/nemo-agents/examples/..., web/packages/studio/public/sample-agents/...
Adds nemo_files tracing with batch_size: 128 to the example and Studio sample agents.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main change: adding telemetry to example agent configurations in Studio.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch studio-add-temetry-toexample-agents/htolentino

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor
Suite Lines Covered Line Rate Branch Rate
Unit Tests 23686/30808 76.9% 61.7%
Integration Tests 13754/29457 46.7% 19.8%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants