Influx db retrives less rows than inserted #26133
Unanswered
VaishaliBurge29
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
2025-03-12T21:27:24Z D! [agent] Starting service inputs
2025-03-12T21:27:34Z D! [outputs.influxdb_v2] Wrote batch of 1997 metrics in 35.177693ms
2025-03-12T21:27:34Z D! [outputs.influxdb_v2] Buffer fullness: 0 / 20000 metrics
2025-03-12T21:27:44Z D! [outputs.influxdb_v2] Wrote batch of 1997 metrics in 17.50204ms
2025-03-12T21:27:44Z D! [outputs.influxdb_v2] Buffer fullness: 0 / 20000 metrics
1997 matrices inserted. why do influx shows 1358 rows in each fields, is it beacuse of the key value pair ?
Any insights would be helpful, as I ran out of solutions
from (bucket: "datapoints")
|> range(start: 2024-02-07T00:00:00Z, stop: 2024-02-12T23:00:00Z)
|> count(column: "_value")
1497 rows retrieved for each field; should it not be 1997 per field?
Beta Was this translation helpful? Give feedback.
All reactions