Skip to content

Conversation

@abhishuraina
Copy link
Contributor

@abhishuraina abhishuraina commented Dec 8, 2025

The heartbeat timeout issue has been fixed. From the new version, we'll use a variable heartbeat_timeout attribute to accept the heartbeat timeout value for integrations.
The reason for not using TIMEOUT is that it is used by SQL integrations to wait a defined number of seconds for a database connection.

Sample config
integrations:

  • name: nri-postgresql
    env:
    HOSTNAME: localhost
    PORT: 5432
    DATABASE: postgres
    COLLECTION_LIST: 'ALL'
    TIMEOUT: 300s
    heartbeat_timeout: 140s
    interval: 60s

@abhishuraina abhishuraina requested a review from a team as a code owner December 8, 2025 07:14
@abhishuraina abhishuraina force-pushed the NR-492260-infra-agent-timeout-option-for-integrations-not-honored-by-the-infra-agent branch from c672b1b to cc5e708 Compare December 8, 2025 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants