2
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lib/timerpool: use timer pool in concurrency limiters More... about 6 years ago
app/vminsert: properly reset InsertCtx.mrs - they must be empty after Reset call More... about 6 years ago
README.md: typo fix More... about 6 years ago
README.md: add steps for restoring from a snapshot More... about 6 years ago
README.md: add `Third-party contributions` section More... about 6 years ago
README.md: add unofficial yum repository (#37) More... about 6 years ago
Makefile: add `-mod=vendor` to `go test`, so tests use external deps from `vendor` folder More... about 6 years ago
vendor: update dependencies with `make vendor-update` More... about 6 years ago
Makefile: pass `GO111MODULE=on` to all the `go` invocations More... about 6 years ago
app/vmselect: update comment according to the updated code More... about 6 years ago
app/vminsert/influx: try converting string values to numeric values, since Influx agents may send numeric values as strings More... about 6 years ago
README.md: typo fix More... about 6 years ago
app/vmselect/promql: misspeling fix More... about 6 years ago
all: fix misspellings More... about 6 years ago
Makefile: add -s flag to `go fmt` in `make fmt` command More... about 6 years ago
README.md: add goreportcard.com badge More... about 6 years ago
Add `make victoria-metrics` Makefile rule for building dev binary More... about 6 years ago
README.md: mention that VictoriaMetrics is scalable More... about 6 years ago
app/vmselect: log slow queries if their execution time exceeds `-search.logSlowQueryDuration` More... about 6 years ago
app/vmselect: consume resultsCh data in exportHandler if writeResponseFunc failed to consume it More... about 6 years ago
README.md: add `contacts` chapter More... about 6 years ago
fixed small errors (#31) More... about 6 years ago
Makefile: add `make publish` and `make package` shortcuts for building and publishing docker images More... about 6 years ago
lib/encoding: add `vm_zstd_block_{compress|decompress}_calls_total` for determining the number CompressZSTD / DecompressZSTD calls More... about 6 years ago
app/victoria-metrics: remove `-p XXXX:XXXX` from `docker run` options, since it is unnesessary if `--net=host` is set More... about 6 years ago
lib/encoding: add `vm_zstd_block_{original|compressed}_bytes_total` metrics for rough estimation of block compression ratio More... about 6 years ago
lib/encoding: substitute CompressZSTD with CompressZSTDLevel More... about 6 years ago
lib/httpserver: add `-http.disableResponseCompression` flag, which may help saving CPU resources at the cost of higher network bandwidth usage More... about 6 years ago
app/vmselect/promql: add `alias(q, name)` function that sets the given name to all the time series in q More... about 6 years ago
lib/decimal: add a comment explaining weird code in maxUpExponent. Fixes #29 More... about 6 years ago