Skip to content

Conversation

@sebastiankruk
Copy link
Collaborator

No description provided.

@sebastiankruk sebastiankruk self-assigned this Nov 12, 2025
Copy link
Contributor

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 contains small fixes focused on improving SQL query patterns and event handling configuration. The changes replace inefficient query result scanning with direct table references and enhance retry configuration for event processing.

Key Changes:

  • Replaced result_scan(last_query_id()) with parameterized table references ($1) in SQL procedures
  • Added event payload limits and configurable retry behavior for HTTP status codes

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/dtagent/plugins/resource_monitors.sql/060_p_refresh_resource_monitors.sql Replaced result_scan(last_query_id()) calls with $1 parameter reference for improved query efficiency
src/dtagent.conf/otel-config.json Added payload size limits, event count limits, and retry status codes configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sebastiankruk sebastiankruk added the bug Something isn't working label Nov 12, 2025
@sebastiankruk sebastiankruk added this to the Version 0.9.2 milestone Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant