According to the documentation, zoom = minute will give me 60 samples for each second. However, I am getting only 43. Is this a bug. I am using Couchbase 6.6.2
-
zoom=minute
- Every second for the last minute (60 samples).
Below is the output (kept only the timestamp)
http://localhost:8091/pools/default/buckets/liquidity/stats?zoom=minute
“timestamp”: [
1629238202603,
1629238203604,
1629238204604,
1629238205604,
1629238206606,
1629238207605,
1629238208604,
1629238209604,
1629238210603,
1629238211602,
1629238212604,
1629238213603,
1629238214604,
1629238215610,
1629238216605,
1629238217603,
1629238218605,
1629238219604,
1629238220605,
1629238221604,
1629238231605,
1629238232603,
1629238233606,
1629238234606,
1629238235605,
1629238236603,
1629238237603,
1629238238606,
1629238239603,
1629238240606,
1629238241605,
1629238242604,
1629238243603,
1629238244603,
1629238245605,
1629238246606,
1629238247605,
1629238248604,
1629238249604,
1629238250606,
1629238251604,
1629238261603,
1629238262603
],