2
I Use This!
Very High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lib/storage: reduce too big maxMetrics in getTagFilterWithMinMetricIDsCountAdaptive More... almost 5 years ago
lib/storage: free up memory from caches owned by indexDB when it is deleted More... almost 5 years ago
Change the default influxMeasurementFieldSeparator More... almost 5 years ago
lib/storage: use unversioned keys for tag cache in extDB More... almost 5 years ago
lib/storage: skip searching in extDB if it doesn't contain items for the given time range More... almost 5 years ago
app/vmselect/promql: increase default value for -search.maxPointsPerTimeSeries from 10k to 30k More... almost 5 years ago
app/vmselect/promql: adjust value returned by linearRegression to the end of time range like Prometheus does More... almost 5 years ago
app/vmselect/promql: add `sum2` and `sum2_over_time`, `geomean` and `geomean_over_time` funcs. More... almost 5 years ago
README.md: mention how to recover from broken parts due to disk errors More... almost 5 years ago
README.md: remove unused TOC items More... almost 5 years ago
lib/storage: mention source parts on merge error More... almost 5 years ago
app/vmselect/promql: adjust the provided window only for range functions with dt in denominator More... almost 5 years ago
app/vmselect/promql: use `deriv_fast` instead of `deriv` in `ttf`, since `deriv` calculations have been changed recently More... almost 5 years ago
app/vmselect/promql: adjust `ttf` calculation, so `deriv(freev)` for `freev`=`m[d]` could be properly calculated More... almost 5 years ago
vendor: update github.com/valyala/gozstd to v1.5.1 More... almost 5 years ago
app/vmselect/promql: typo fixes in comments More... almost 5 years ago
app/vmselect/promql: add `deriv_fast` function for calculating fast derivative More... almost 5 years ago
app/vmselect/promql: use linear regression in `deriv` func like Prometheus does More... almost 5 years ago
app/vmselect/promql: ajdust data model to the model used in Prometheus More... almost 5 years ago
app/vmselect/promql: do not strip `__name__` form time series after binary comparison operation More... almost 5 years ago
all: initial stubs for Windows support; see https://github.com/VictoriaMetrics/VictoriaMetrics/issues/70 More... almost 5 years ago
Makefile: enable golangci-lint in `make check_all` More... almost 5 years ago
lib/storage: typo fixes found by golangci-lint; updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69 More... almost 5 years ago
lib/netutil: remove unused TCPListener.name; updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69 More... almost 5 years ago
app/vmselect/promql: remove unused func `keepLastValue`; updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69 More... almost 5 years ago
app/vmselect/promql: typo fix; updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69 More... almost 5 years ago
Makefile: add `make golangci-lint` rule for running `golangci-lint run`; updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69 More... almost 5 years ago
app/vminsert/opentsdb: remove unused const `maxReadPacketSize`; update https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69 More... almost 5 years ago
app/vmselect/prometheus: return better error messages on missing args to `/api/v1/*` More... almost 5 years ago
app/vmstorage: add `vm_cache_entries{type="storage/hour_metric_ids"}` metric for tracking active time series count More... almost 5 years ago