2
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
app/vminsert: allow setting the maximum number of labels per time series via `-maxLabelsPerTimeseries` More... almost 6 years ago
README.md: mention that VictoriaMetrics supports enterprise workloads More... almost 6 years ago
lib/storage: add benchmarks for regexp filter match / mismatch More... almost 6 years ago
app/vmselect/promql: attempt to repair invalid bucket counts passed to `histogram_quantile` More... almost 6 years ago
app/vminsert: add ability to ingest data via HTTP OpenTSDB `/api/put` requests More... almost 6 years ago
app/vminsert/opentsdb: fix BenchmarkRowsUnmarshal by adding missing `put` prefixes to each line More... almost 6 years ago
app/vmselect/promql: fix panic on `-search.disableCache` More... almost 6 years ago
app/vmselect/promql: explain why empty timeseries arent removed in transformLabelValue More... almost 6 years ago
app/vmselect/promql: remove NaNs from `/api/v1/query_range` output like Prometheus does More... almost 6 years ago
app/vmselect/promql: pre-allocate memory for map for checking for duplicate timeseries More... almost 6 years ago
README.md: add a section about backfilling More... almost 6 years ago
app/vmselect/promql: add `label_value(q, label_name)` func, which returns numeric value labels with name `label_name` in `q` More... almost 6 years ago
lib/storage: try slower path for searching the tag filter with the minimum number of matching time series before giving up with `increase -search.maxUniqueTimeseries` error More... almost 6 years ago
app/vmselect/promql: independently track offset hints for tStart and tEnd More... almost 6 years ago
app/vmselect/promql: optimize search for timestamp boundaries in rollupConfig.Do More... almost 6 years ago
lib/storage: pre-allocate memory for blockHeader slice in unmarshalBlockHeaders More... almost 6 years ago
deployment/docker: switch Go builder from go1.12.8 to go1.12.9 More... almost 6 years ago
app/vmselect/promql: add `scrape_interval(q[d])` function, which would return scrape interval for `q` over `d` More... almost 6 years ago
app/vmselect/promql: hande comparisons with `NaN` similar to Prometheus More... almost 6 years ago
app/vmselect/promql: add `lifetime(q[d])` function, which returns the lifetime of `q` over `d` in seconds. More... almost 6 years ago
app/vmselect/promql: fix corner-case calculation for `ideriv` More... almost 6 years ago
app/vmselect/promql: properly handle corner cases for rollup functions More... almost 6 years ago
lib/workingsetcache: automatically detect when it is better to double cache capacity More... almost 6 years ago
deployment/docker: switch Go builder from go1.12.7 to go1.12.8 More... almost 6 years ago
vendor: update github.com/valyala/gozstd from v1.5.1 to v1.6.0 More... almost 6 years ago
README.md: typo fix More... almost 6 years ago
lib/storage: properly cache tagFilters -> TSIDs entries from historical index More... almost 6 years ago
lib/storage: compress contents of cache for tagFilters -> TSIDs More... almost 6 years ago
app/vmselect/promql: store compressed results in the cache More... almost 6 years ago
README.md: reduce the recommended `max_shards` value according to test results More... almost 6 years ago