Aliaksandr Valialkin

Results 628 comments of Aliaksandr Valialkin

> timezone_offset function works properly only for zones, where [daylight saving time](https://en.wikipedia.org/wiki/Daylight_saving_time) is NOT observed; is it possible to fix it? I suppose it would require adding time as extra...

> could we have support for numeric sort? MetricsQL already supports numeric sort - see [sort_by_label_numeric](https://docs.victoriametrics.com/metricsql/#sort_by_label_numeric). This function has been added in [v1.82.0 release](https://docs.victoriametrics.com/CHANGELOG.html). See [this feature request](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2938).

Closing this feature request as complete then, since [timezone_offset](https://docs.victoriametrics.com/metricsql/#timezone_offset) function has been added to MetricsQL. [MetricsQL](https://docs.victoriametrics.com/metricsql) still misses easy-to-use functionality for grouping by day / week / month. I don't...

> The idea I propose here is to only drop the metric name as the very last step, before the result is returned to the outside world. This doesn't resolve...

> About VictoriaMetrics do you think you will be able to use Prometheus querying API[data] to create a datasource in mindsdb The Prometheus querying API doesn't return raw data in...

> That being said, I believe the core problems/limitations in the implementation stem from the constrained definition of what is a time range and an only slightly more generous definition...

FYI, VictoriaMetrics supports [mad()](https://docs.victoriametrics.com/MetricsQL.html#mad) and [outliers_mad()](https://docs.victoriametrics.com/MetricsQL.html#outliers_mad) functions. We are going to add `mad_over_time()` function in the near future. It would be great to have these functions in Prometheus as well.

@jicki , could you try [the latest available VictoriaMetrics release](https://docs.victoriametrics.com/CHANGELOG.html) and check whether this issue still exist there? This issue may be related to https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3038 , which has been fixed...

> What is your take on this functionality? Or are you guys going to focus just on the metrics? We are focusing on metrics right now, but VictoriaLogs is in...

Good news - the initial release of VictoriaLogs is ready for use - see [these docs](https://docs.victoriametrics.com/VictoriaLogs/). VictoriaLogs accepts logs from Filebeat, Fluentbit, Logstash and Vector - see [these docs](https://docs.victoriametrics.com/VictoriaLogs/data-ingestion/). Promtail...