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
For absolute dimensions, I would like the API to return exact raw integer samples
as stored in the DB (tier 0), without any fractional interpolation or partial-bucket adjustment.
Actual Behavior
Occasionally small fractional offsets appear in the API results,
even when querying with:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I’m developing a custom
python.dplugin that collects integer counter values every secondHowever, when I query the data via Netdata’s API (
/api/v2/dataor/api/v3/data),I sometimes see fractional values such as:
Expected Behavior
For absolute dimensions, I would like the API to return exact raw integer samples
as stored in the DB (tier 0), without any fractional interpolation or partial-bucket adjustment.
Actual Behavior
Occasionally small fractional offsets appear in the API results,
even when querying with:
http://127.0.0.1:19999/api/v3/data?contexts=test&options=raw,seconds,natural-points,unaligned,selected-tier&tier=0&time_group=sumoptions=raw,seconds,natural-points,unaligned,selected-tier
tier=0
time_group=sum
Beta Was this translation helpful? Give feedback.
All reactions