2
I Use This!
Very High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 23 hours ago.
Jun 19, 2024 — Jun 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
app/vmselect/promql: fix panic on a single zero vmrange bucket in prometheus_buckets() function More... over 5 years ago
lib/logger: fix improperly set skipframes for all the logging functions More... over 5 years ago
lib/httpserver: log the caller of httpserver.Errorf More... over 5 years ago
app/victoria-metrics: add `-selfScrapeInterval` flag for self-scraping `/metrics` page More... over 5 years ago
lib/protoparser: add parser for Prometheus exposition text format More... over 5 years ago
app/vminsert: move ingestion protocol parsers to lib/protoparser, so they could be re-used in the upcoming vmagent More... over 5 years ago
docs/Articles.md: add a link to https://medium.com/@valyala/billy-how-victoriametrics-deals-with-more-than-500-billion-rows-e82ff8f725da More... over 5 years ago
all: consistently log durations in seconds with millisecond precision More... over 5 years ago
vendor: `make vendor-update` More... over 5 years ago
app/vmselect: mention the original query and time range in error messages More... over 5 years ago
vendor: update github.com/klauspost/compress from v1.9.7 to v1.9.8 More... over 5 years ago
docs: Mention Slack and Telegram channels for user questions More... over 5 years ago
app/vmselect: mention command-line flag, which could be used for adjusting query timeouts, in timeout errors More... over 5 years ago
app/vmselect/prometheus: increase default value `-maxExportDuration` to 30 days, since 10 minutes beat users exporting bit amounts of data More... over 5 years ago
vendor: update github.com/VictoriaMetrics/fastcache from v1.5.5 to v1.5.7 More... over 5 years ago
app/vmselect/promql: add `range_over_time(m[d])` function for calculating value range for `m` over `d` More... over 5 years ago
app/vmselect/promql: add `label_match(q, label, regexp)` and `label_mismatch(q, label, regexp)` functions for filtering out time series with labels matching the given regexp More... over 5 years ago
lib/{mergeset,storage}: properly update `lastAccessTime` in index and data block cache entries More... over 5 years ago
README.md: mention that `delete API` shouldnt be used on a regular basis due to non-zero overhead More... over 5 years ago
docs/FAQ.md: typo fix according to comment from https://www.reddit.com/message/messages/lezkmo More... over 5 years ago
docs/CaseStudies.md: add links to COLOPL talk about VictoriaMetrics More... over 5 years ago
app/vminsert: increase default value for `-insert.maxQueueDuration` from 30s to 60s More... over 5 years ago
lib/uint64set: add missing bucket32.b16his values More... over 5 years ago
lib/uint64set: optimize Set.Union More... over 5 years ago
lib/uint64set: add benchmarks for Set.Union More... over 5 years ago
all: use `github.com/klauspost/compress/gzip` instead of `compress/gzip` More... over 5 years ago
lib/storage: skip recovering timestamps order for lossless compression (PrecisionBits=64) More... over 5 years ago
lib/uint64set: reduce memory allocations in Set.AppendTo More... over 5 years ago
lib/storage: reduce memory allocations when merging metricID sets More... over 5 years ago
lib/uint64set: typo fix in Set.Intersect More... over 5 years ago