Skip to content

Conversation

tushar-signoz
Copy link
Contributor

📄 Summary

This pull request updates the agent configuration handling for cloud integrations, specifically improving how the agent version is managed and exposed. The main changes make the agent version configurable via the API and update the default version used during connection URL generation.

Agent configuration improvements:

  • Added a new AgentVersion field to the SigNozAgentConfig struct, allowing the agent version to be specified in API requests.

Connection URL generation changes:

  • Updated the default agent version from "v0.0.5" to "v0.0.6" and made it overrideable if AgentVersion is provided in the request, enabling more flexible deployments.

✅ Changes

  • Feature: Brief description
  • Bug fix: Brief description

🏷️ Required: Add Relevant Labels

⚠️ Manually add appropriate labels in the PR sidebar
Please select one or more labels (as applicable):

ex:

  • frontend
  • backend
  • devops
  • bug
  • enhancement
  • ui
  • test

👥 Reviewers

Tag the relevant teams for review:

  • frontend / backend / devops

🧪 How to Test

  1. ...
  2. ...
  3. ...

🔍 Related Issues

Closes #


📸 Screenshots / Screen Recording (if applicable / mandatory for UI related changes)


📋 Checklist

  • Dev Review
  • Test cases added (Unit/ Integration / E2E)
  • Manually tested the changes

👀 Notes for Reviewers

@Copilot Copilot AI review requested due to automatic review settings October 9, 2025 10:40
@tushar-signoz tushar-signoz self-assigned this Oct 9, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the cloud integration agent configuration to bump the default agent version from v0.0.5 to v0.0.6 and makes the agent version configurable via API requests.

  • Adds a new Version field to the SigNozAgentConfig struct for API-based version specification
  • Updates the default agent version from v0.0.5 to v0.0.6 in connection URL generation
  • Implements logic to override the default version when provided in API requests

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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

Labels

staging:civil-eagle Staging for Piyush

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant