Aliaksandr Valialkin

Results 31 issues of Aliaksandr Valialkin

**Is your feature request related to a problem? Please describe.** Prometheus datasource in Grafana contains a lot of custom client-side code for auto-completion in various contexts during editing dashboards, template...

enhancement

### Is your feature request related to a problem? Please describe [vmui](https://docs.victoriametrics.com/#vmui) provides the ability to prettify query by clicking the `prettify query` icon - see [this pull request](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/4694) and...

enhancement
vmui

**Is your feature request related to a problem? Please describe.** Both [vmagent](https://docs.victoriametrics.com/vmagent.html) and a single-node VictoriaMetrics support Kubernetes service discovery (aka [kubernetes_sd_config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config)). Unfortunately, this type of service discovery isn't trivial...

enhancement
vmagent

### Describe the bug Auto-complete should show the list of label names across all the time series if the cursor is located just after `{` and there is no metric...

bug
vmui

### Describe the bug Currently [vmui](https://docs.victoriametrics.com/#vmui) incorrectly triggers auto-suggestion after any whitespace char in the following cases: - `some_metric`. The auto-suggestion shouldn't be triggered in this context, since the resulting...

bug
vmui

### Is your feature request related to a problem? Please describe [vmauth](https://docs.victoriametrics.com/vmauth/) is designed to be entry point for requests to other VictoriaMetrics components. Sometimes these requests can come from...

enhancement
enterprise
vmauth
security

Smart http-aware [deduplication](https://blog.klauspost.com/fast-stream-deduplication-in-go/) could give much better compression ratio (and, probably, speed) comparing to general-purpose compression algorithms such as gzip or snappy. See [this blog post from Cloudflare](https://blog.cloudflare.com/cacheing-the-uncacheable-cloudflares-railgun-73454/) as a...

enhancement

It would be great if [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics) would be added to the list of supported databases for the benchmark. VictoriaMetrics [understands Influx line protocol](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/README.md#how-to-send-data-from-influxdb-compatible-agents-such-as-telegraf), so it can share data generation and...

[VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics) supports Influx line protocol for data ingestion - see [these docs](https://docs.victoriametrics.com/#how-to-send-data-from-influxdb-compatible-agents-such-as-telegraf), while it requires lower amounts of compute resources (RAM, CPU, disk space, disk IO) compared to InfluxDB -...

It would be great if IOTStack could use [vmagent](https://docs.victoriametrics.com/vmagent.html) for data scraping and [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics) for storing the data. * VictoriaMetrics and vmagent can accept data from Telegraf and similar monitoring...