mactyr
mactyr
**Describe the solution you'd like** I have a pretty frequent use case where I need to run a subquery at a high resolution that is then aggregated down to a...
**Is your feature request related to a problem? Please describe.** It is common for us to have gaps in our IoT data due to conditions in the field (e.g. power...
When I change the `[value]` of a select2 with the "multiple" attribute turned on, options in the new value that were not previously selected become selected, but all options that...
### Describe the bug I have some data with points spaced at approximately one minute, and I am making range queries with a step of ten minutes. I am finding...
**Describe the bug** When doing a `query_range`, `last_over_time(2 * foo)` unexpectedly gives different results than `2 * last_over_time(foo)` when the query time window is not aligned with an exact multiple...
interpolate() should incorporate samples immediately before or after the query range, when available
### Describe the bug The current implementation of `interpolate()` gives inconsistent results depending on the query time range. For instance, suppose I have a time/value series like this (leaving blank...
### Is your feature request related to a problem? Please describe My application inserts data into VictoriaMetrics via a node.js process that POSTs to `/api/v1/import`. (In some environments this post...