Aliaksandr Valialkin

Results 31 issues of Aliaksandr Valialkin

[DataDog/zstd](https://github.com/DataDog/zstd) has [poor support for streaming](https://github.com/DataDog/zstd/issues/22), has [potential bugs in streaming](https://github.com/DataDog/zstd/issues/22#issuecomment-444317542) and is less optimized than [valyala/gozstd](https://github.com/valyala/gozstd). So I'd recommend switching to `valyala/gozstd` in tests and benchmarks. Also `valyala/gozstd` vendors...

[fasthttp](https://github.com/valyala/fasthttp) is a fast http server with zero memory allocations like httprouter. It would be great if support for fasthttp will be added to httprouter. This will give us fast...

feature

[VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics) is easy to operate and fast time series database. It would be great adding ability to read / write data from / to it. The following HTTP APIs can...

It would be great if gobot framework could contain built-in functionality for apps instrumentation, i.e. measuring resource usage, timings, histograms and counters for various operations, etc. I'd recommend taking a...

enhancement

The commit https://github.com/prometheus/prometheus/commit/617c56f55a14b7f6ed4f0f4402c1e18aaf3b396c adds new labels for `role: endpoints`: `__meta_kubernetes_endpoints_label_*` and `__meta_kubernetes_endpoints_labelpresent_*`. But these labels aren't documented at https://prometheus.io/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config . This may prevent from the usage of these labels. Side...

help wanted
component/service discovery
priority/P3
component/documentation

[VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics/) supports data ingestion via Influx line protocol (see [these docs](https://docs.victoriametrics.com/#how-to-send-data-from-influxdb-compatible-agents-such-as-telegraf)) and it can scrape Prometheus targets in the same way as Prometheus does (see [these docs](https://docs.victoriametrics.com/#how-to-scrape-prometheus-exporters-such-as-node-exporter)). It can be...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** [vmalert](https://docs.victoriametrics.com/vmalert.html) allows specifying a single `expr` query in alerting rule according to [these docs](https://docs.victoriametrics.com/vmalert.html#alerting-rules). The alert is enabled after the...

enhancement
vmalert

**Is your feature request related to a problem? Please describe.** Currently `vmalert` expects valid Prometheus metric names at `alert` and `record` options when configuring alerting and recording rules according to...

enhancement
vmalert

It would be great if Falcon+ could store data in [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/README.md). It features easy operation, high data compression and high performance. * VictoriaMetrics support data ingestion via various protocols -...

[chproxy](https://github.com/Vertamedia/chproxy) provides the following features to `tabix`: - `chproxy` may accept requests from `readonly=1` users if `allow_cors` config is set. There is no need in `add_http_cors_header` hack. - `chproxy` supports...