Aliaksandr Valialkin

Results 643 comments of Aliaksandr Valialkin

VictoriaMetrics gains support for sort_by_label_numeric and sort_by_label_numeric_desc functions starting from [release v1.82.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases). Closing the issue as done.

I cannot reproduce the issue - `vmstorage` accepts connections at TCP ports 8400 (vminsert) and 8401 (vmselect) from both legitimate `vminsert` and `vmselect` nodes and from incompatible clients. If the...

> Maybe another solution is to use, if possible, the TTL of the record given by the DNS server ? @agrimal , unfortunately this isn't easy to do with standard...

FYI, vmctl support `--vm-native-step-interval` command-line option starting from [v1.82.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases). This option allows migrating the data by specified time ranges. See [these docs](https://docs.victoriametrics.com/vmctl.html#native-protocol) for details. This allows tracking the progress of...

The `timestamp older than -search.cacheTimestampOffset=5m0s by 9.082s` message in logs means that VictoriaMetrics accepted a sample with timestamp older than 5 minutes comparing to current time. In this case single-node...

VictoriaMetrics [enterprise](https://victoriametrics.com/products/enterprise/) exposes various per-tenant metrics - see [these docs](https://docs.victoriametrics.com/PerTenantStatistic.html) for details. This allows determining the list of active tenants if the exposed per-tenant metrics are scraped by another VictoriaMetrics...

FYI, this pull request has been included in [vmalert v1.79.3](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.79.3).

FYI, this pull request has been included in [vmalert v1.81.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases).

@rjtokenring , I cannot reproduce the issue on v1.71.0 with the following sequence of commands: 1. Import multiple time series with `{label="1"}` label: ``` curl -d 'm,label=1 x=123,y=1.23,z=42' -X POST...

We don't work on Prometheus exemplar (aka [OpenMetrics exemplars](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#exemplars)) support at the moment, but there are plans for adding support for exemplars in the future.