Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] fix(agent): prevent int64 overflow from values fecthed from InfluxDB. #741

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 7, 2025

Backport a921df5 from #740.

…#740)

This commit modifies the `fetch_influx_data` function to return 0 in the measurement
value and the original value is bigger than 2^63 - 1. This prevents an error in the API
where the value is bigger than int64, causing the metrics to not be stored in the database.

(cherry picked from commit a921df5)
@matheushent matheushent merged commit ee6277a into main Mar 7, 2025
@matheushent matheushent deleted the backport-740-to-main branch March 7, 2025 19:21
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