2
I Use This!
Very High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 19 hours ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
vendor: update dependencies with `make vendor-update` More... almost 5 years ago
Makefile: pass `GO111MODULE=on` to all the `go` invocations More... almost 5 years ago
app/vmselect: update comment according to the updated code More... almost 5 years ago
app/vminsert/influx: try converting string values to numeric values, since Influx agents may send numeric values as strings More... almost 5 years ago
README.md: typo fix More... almost 5 years ago
app/vmselect/promql: misspeling fix More... almost 5 years ago
all: fix misspellings More... almost 5 years ago
Makefile: add -s flag to `go fmt` in `make fmt` command More... almost 5 years ago
README.md: add goreportcard.com badge More... almost 5 years ago
Add `make victoria-metrics` Makefile rule for building dev binary More... almost 5 years ago
README.md: mention that VictoriaMetrics is scalable More... almost 5 years ago
app/vmselect: log slow queries if their execution time exceeds `-search.logSlowQueryDuration` More... almost 5 years ago
app/vmselect: consume resultsCh data in exportHandler if writeResponseFunc failed to consume it More... almost 5 years ago
README.md: add `contacts` chapter More... almost 5 years ago
fixed small errors (#31) More... almost 5 years ago
Makefile: add `make publish` and `make package` shortcuts for building and publishing docker images More... almost 5 years ago
lib/encoding: add `vm_zstd_block_{compress|decompress}_calls_total` for determining the number CompressZSTD / DecompressZSTD calls More... almost 5 years ago
app/victoria-metrics: remove `-p XXXX:XXXX` from `docker run` options, since it is unnesessary if `--net=host` is set More... almost 5 years ago
lib/encoding: add `vm_zstd_block_{original|compressed}_bytes_total` metrics for rough estimation of block compression ratio More... almost 5 years ago
lib/encoding: substitute CompressZSTD with CompressZSTDLevel More... almost 5 years ago
lib/httpserver: add `-http.disableResponseCompression` flag, which may help saving CPU resources at the cost of higher network bandwidth usage More... almost 5 years ago
app/vmselect/promql: add `alias(q, name)` function that sets the given name to all the time series in q More... almost 5 years ago
lib/decimal: add a comment explaining weird code in maxUpExponent. Fixes #29 More... almost 5 years ago
app/vmselect/promql: add `label_transform(q, label, regexp, replacement)` function for replacing all the occurences of regexp with replacement in the given label for q More... almost 5 years ago
README.md: typo fix More... almost 5 years ago
README.md: mention that VictoriaMetrics is high-perf cost-effective TSDB More... almost 5 years ago
all: open-sourcing single-node version More... almost 5 years ago
Add link to grafana dashboard (#24) More... almost 5 years ago
Streamlined wording for operational simplicity More... about 5 years ago
Mention that VictoriaMetrics accepts data in OpenTSDB format More... about 5 years ago