Aliaksandr Valialkin

Results 643 comments of Aliaksandr Valialkin

@sinkingpoint , there is no ETA for this feature. It would be great if you could submit a PoC pull request for it!

FYI, the `latest` tag now should point to the upcoming `v1.79.1` release. > Shouldn't the :latest be more of what is current production ready version and use specific dev or...

> Same issues, with a "too many series error" calling the series endpoints. With the same solution, a roll back to 1.75.0 fix the issue. @luhhujbb , could you look...

Small clarification - vmagent supports accepting metrics from multiple tenants and routing them to the same tenants at the specified `-remoteWrite.url` - see [these docs](https://docs.victoriametrics.com/vmagent.html#multitenancy). vmagent doesn't support scraping metrics...

I don't like the solution provided by Beorn. For example, if I want to fire an alert when the temperature exceeds 80 degrees and want to stop alerting if the...

The proposed approach looks good to me! We need to define the list of supported `operation` values though. How about the following list? ``` gt - greather than gte -...

The `cannot fetch query results from vmstorage nodes` error can occur if `-search.denyPartialResponse` command-line flag is passed to `vmselect` and `vmselect` cannot obtain response from all the `vmstorage` nodes listed...

@isodude , thanks for filing the feature request! Adding `enterprise` label, since this sounds like an [enterprise](https://victoriametrics.com/products/enterprise/) feature. The main differentiation between enterprise and community features is whether it is...

Gaps on the graph are most likely related to scrape timeouts at `vmagent`. When `vmagent` cannot scrape the target during the configured `scrape_timeout`, then it sends to `-remoteWrite.url` [stale markers](https://docs.victoriametrics.com/vmagent.html#prometheus-staleness-markers)...

It is possible to send metrics scraped by [vmagent](https://victoriametrics.github.io/vmagent.html) or by [single-node VictoriaMetrics](https://victoriametrics.github.io/#how-to-scrape-prometheus-exporters-such-as-node-exporter) to Amazon Kinesis via [prometheus_remote_kinesis](https://github.com/shirou/prometheus_remote_kinesis). The scheme will look like: `targets prometheus_remote_kinesis -> aws kinesis`