You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(agent): prevent int64 overflow from values fecthed from InfluxDB. (#740) (#741)
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)
Co-authored-by: Matheus Tosta <[email protected]>
0 commit comments