Noticed in #2951191: Fixing test fails and various cleanup, a long time ago we added the timestamp to have the verbose list but that seems wrong, we should not be grouping by timestamp, that doesn't make sense like that. That means it will only count hits that happened in the same second as the sensor value.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | image-style-timestamp-2951222-2.patch | 2.67 KB | berdir |
Comments
Comment #2
berdirThis removes the timestamp field in getAggregateQuery(), instead, I added a MAX(timestamp) just for the verbose output as we only need it there.
Comment #4
berdirCommitted. I'm pretty sure that this change makes sense.