2
I Use This!
Very High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 16 hours ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lib/logstorage: add padding between hitsMap items at hitsMapAdaptive.shards in order to avoid false sharing when processing the hitsMapAdaptive.shards on multiple CPU cores More... 2 months ago
deps: downgrade AWS dependencies More... 2 months ago
app/vmauth: return non-OK response for timeouts and request cancellation More... 2 months ago
docs: improve wording for recent vmalert changes More... 2 months ago
app/vmalert: show partial responses in debug logs (#8522) More... 2 months ago
Update series count docs (#8631) More... 2 months ago
app/vlselect: run /select/logsql/tail queries without concurrency limit More... 2 months ago
app/vlselect: do not log canceled requests, since they are expected and legal More... 2 months ago
deployment: update Go builder from Go1.24.1 to Go1.24.2 More... 2 months ago
lib/storage: When creating and listing snapshots, panic instead of returning an error (#8585) More... 2 months ago
lib/storage: Pass the partition time range during the partition creation and opening (#8571) More... 2 months ago
app/vmui: replace old-style links to https://docs.victoriametrics.com/MetricsQL.html with https://docs.victoriametrics.com/metricsql/ More... 2 months ago
lib/storage: mergeBlockStreams(): replace the dependency on Storage with dependency on the set of deleted metricIDs (#8569) More... 2 months ago
docs/victoriametrics/vmagent.md: mention that increasing `scrape_interval` can reduce CPU usage More... 2 months ago
docs/victoriametrics/vmagent.md: mention that -promscrape.disableKeepAlive option can reduce RAM usage when scraping thousands of targets More... 2 months ago
lib/promscrape: do not clutter logs with `cannot scrape target ...: context canceled` errors when vmagent is stopped More... 2 months ago
docs/victoriametrics/vmagent.md: change GOGC from 50 to 100 in the example of optimized config for vmagent More... 2 months ago
docs/victoriametrics/vmagent.md: remove the recommendation to set GOGC to 50 at vmagent in order to reduce CPU usage More... 2 months ago
app/vmagent: increase the default GOGC from 30 to 50 More... 2 months ago
lib/promscrape: use chunkedbuffer.Buffer instead of bytesutil.ByteBuffer for reading response body from scrape targets More... 2 months ago
docs/victoriametrics/vmagent.md: add `Performance optimizations` chapter More... 2 months ago
vmagent/remotewrite: fix golangci-lint code style issue More... 2 months ago
app/vmagent/remotewrite: optimize writeRequest.copyTimeSeries a bit More... 2 months ago
lib/promscrape: always store the last response per every scrape target in compressed form More... 2 months ago
lib/leveledbytebufferpool: start with the pools[0] for byte slices up to 256 bytes More... 2 months ago
lib/promscrape: make sure that the maxLabelsLen contains really the maximum len(wc.labels) among concurrently running callbacks at stream.Parse More... 2 months ago
lib/promscrape: tune leveledWriteRequestCtxPool a bit More... 2 months ago
lib/promscrape: make sure that the writeRequestCtxPool is efficiently used when sending automatically generated metrics to remote storage More... 2 months ago
lib/protoparser/prometheus: use clear() instead of `for { ... }` loops for clearing Rows.Rows and Rows.tagsPool at Rows.Reset() More... 2 months ago
lib/promscrape: attach applySeriesLimit to writeRequestCtx instead of scrapeWork More... 2 months ago