Aliaksandr Valialkin

Results 630 comments of Aliaksandr Valialkin

Loki can implement support for high-cardinality labels in the way similar to [VictoriaLogs](https://docs.victoriametrics.com/VictoriaLogs/) - it just doesn't associate these labels with [log streams](https://docs.victoriametrics.com/VictoriaLogs/keyConcepts.html#stream-fields). Instead, it stores them inside the stream...

> Ok, so the scrape capabilities of VMSingle are not intended to use as metrics scraping from other sources than VMSingle itself? Single-node VictoriaMetrics can scrape metrics from external Prometheus...

FYI, the docs for [VictoriaMetrics operator](https://docs.victoriametrics.com/operator/) have been improved over time. Also docs for [VictoriaMetrics helm charts](https://victoriametrics.github.io/helm-charts/) have been also improved over time.

`vmstorage` works in the following way when receiving the data from `vminsert`: 1. `vminsert` buffers incoming samples into in-memory buffers and periodically sends the buffered samples to `vmstorage` in compressed...

> How does vmstorage work when handle a request query? `vmstorage` receives queries from `vmselect`. These queries contain two args: - The time range. E.g. `start=unix_timestamp1`, `end=unix_timestamp2` . The timestamps...

VictoriaMetrics provides the following options, which can be used as a temporary workaround until distributed tracing is implemented: - [Query tracing](https://docs.victoriametrics.com/#query-tracing) - it is a kind of distributed tracing when...

See the related comment https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3385#issuecomment-1345486644