VictoriaMetrics/lib/streamaggr
2024-07-17 14:29:05 +02:00
..
avg.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
count_samples.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
count_series.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
dedup.go lib/streamaggr: prevent from data race inside dedupAggrShard when samplesBuf can be updated in pushSamples() while their values are read in the flush() loop without das.mu lock 2024-06-11 17:31:38 +02:00
dedup_test.go lib/streamaggr: reduce memory allocations by using dedupAggrSample buffer per each dedupAggrShard 2024-06-10 16:39:26 +02:00
dedup_timing_test.go lib/streamaggr: reduce the number of duplicates per each sample in BenchmarkDedupAggr from 100 to 2 2024-06-10 16:39:26 +02:00
deduplicator.go app/vmagent/remotewrite: follow-up for f153f54d11 2024-07-15 20:25:36 +02:00
deduplicator_test.go app/vmagent/remotewrite,lib/streamaggr: re-use common code in tests after 879771808b 2024-07-03 15:22:51 +02:00
deduplicator_timing_test.go lib/streamaggr: added stale samples metric, added metrics labels (#6462) 2024-07-01 15:01:49 +02:00
histogram_bucket.go app/vmagent/remotewrite: follow-up for f153f54d11 2024-07-15 20:25:36 +02:00
last.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
max.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
min.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
quantiles.go all: substitute double "the the" with "the" 2024-07-17 14:29:05 +02:00
rate.go app/vmagent/remotewrite: follow-up for f153f54d11 2024-07-15 20:25:36 +02:00
stddev.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
stdvar.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
streamaggr.go lib/streamaggr/streamaggr.go: typo fix after 5e29ef5ed5: IgnoredNaNSamples -> ignoredNaNSamples 2024-07-15 21:59:03 +02:00
streamaggr_test.go app/vmagent/remotewrite: follow-up for f153f54d11 2024-07-15 20:25:36 +02:00
streamaggr_timing_test.go all: consistently use stringsutil.JSONString() for formatting JSON strings with fmt.* functions instead of using "%q" formatter 2024-07-17 14:01:37 +02:00
sum_samples.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
total.go app/vmagent/remotewrite: follow-up for f153f54d11 2024-07-15 20:25:36 +02:00
unique_samples.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00