2
I Use This!
Very High Activity

Commits : Listings

Analyzed 10 minutes ago. based on code collected about 2 hours ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lib/storage: generate the first tag->metricIDs item in a mergeset block with a single metricID More... over 5 years ago
lib/{storage,mergeset}: merge `tag->metricID` rows into `tag->metricIDs` rows for common `tag` values More... over 5 years ago
lib/encoding: optimize UnmarshalUint* and UnmarshalInt* More... over 5 years ago
lib/storage: optimize selecting all the metricIDs by scanning MetricID->TSID entries instead of tag->MetricID entries More... over 5 years ago
app/vminsert/opentsdbhttp: remove FATAL prefix from logger.Fatalf errors for the sake of consistency with other logger.Fatalf calls More... over 5 years ago
lib/mergeset: rename misleading mergeSmallParts to mergeExistingParts More... over 5 years ago
lib/mergeset: use sort.IsSorted instead of sort.SliceIsSorted in inmemoryBlock.isSorted in order to reduce memory allocations More... over 5 years ago
lib/storage: use sort.Sort instead of sort.slice in getSortedMetricIDs More... over 5 years ago
lib/mergeset: fill partHeader.firstItem on first block flush More... over 5 years ago
lib/storage: skip duplicate call to intersectMetricIDsWithTagFilter on zero successful intersects More... over 5 years ago
lib/storage: mark tag filter returning errFallbackToMetricNameMatch as useless More... over 5 years ago
deployment/docker/docker-compose.yml: update Prometheus and Grafana image tags More... over 5 years ago
lib/storage: properly construct keys for uselessTagFiltersCache and register useless negative tag filters there More... over 5 years ago
vendor: update github.com/valyala/gozstd from v1.6.1 to v1.6.2 More... over 5 years ago
vendor: `make vendor-update` More... almost 6 years ago
deployment/docker: remove file system paths from the compiled binary More... almost 6 years ago
lib/mergeset: properly check for sorted block headers More... almost 6 years ago
app/vmselect/promql: properly handle subqueries like `aggr_func(rollup_func(metric[window:step]))` More... almost 6 years ago
app/vmselect/promql: binary operation fixes according to Prometheus behaviour More... almost 6 years ago
[ci] github actions - run pipeline on pull request. Fix running of test in external PR from forks More... almost 6 years ago
README.md: fix ExtendedPromQL link url More... almost 6 years ago
lib/mergeset: dynamically calculate the maximum number of items per part, which can be cached in OS page cache More... almost 6 years ago
lib/workingsetcache: adjust switching from mode=`split` to mode=`whole` smoothly and load cachefile successfully More... almost 6 years ago
[tests] check timestamp in tests (#177) More... almost 6 years ago
[ci] bump version of go to 1.13 in github actions config More... almost 6 years ago
vendor: update github.com/klauspost/compress from v1.7.6 to v1.8.2 More... almost 6 years ago
vendor: update golang.org/x/sys More... almost 6 years ago
Add OpenTSDB and Prometheus integration tests (#168) More... almost 6 years ago
lib/fs: add MustStopDirRemover for waiting until pending directories are removed on graceful shutdown More... almost 6 years ago
lib/storage: typo fix More... almost 6 years ago