.. |
block.go
|
all: properly split vm_deduplicated_samples_total among cluster components
|
2020-02-27 23:47:51 +02:00 |
block_header.go
|
lib/{storage,mergeset}: return dst on error from unmarshalBlockHeaders, so it could be reused
|
2020-05-14 15:32:23 +03:00 |
block_header_test.go
|
all: open-sourcing cluster version
|
2019-05-23 00:25:38 +03:00 |
block_stream_merger.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_stream_reader.go
|
lib/storage: remove interface conversion in hot path during block merging
|
2019-11-03 12:33:48 +02:00 |
block_stream_reader_test.go
|
all: add support for GOARCH=386 and fix all the issues related to 32-bit architectures such as GOARCH=arm
|
2019-10-17 18:27:49 +03:00 |
block_stream_reader_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_stream_writer.go
|
lib/{storage,mergeset}: further tuning of compression levels depending on block size
|
2020-05-15 13:12:28 +03:00 |
block_stream_writer_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
dedup.go
|
lib/storage/dedup.go: go fmt
|
2020-04-26 14:37:36 +03:00 |
dedup_test.go
|
lib/storage: improve deduplication algorithm
|
2020-04-26 13:10:18 +03:00 |
dedup_timing_test.go
|
lib/storage: improve deduplication algorithm
|
2020-04-26 13:10:18 +03:00 |
index_db.go
|
lib/storage: properly match {tag!="|foo"} filters
|
2020-06-10 19:34:37 +03:00 |
index_db_test.go
|
lib/storage: properly match {tag!="|foo"} filters
|
2020-06-10 19:34:37 +03:00 |
index_db_timing_test.go
|
lib/storage: verify the number of returned metricIDs in BenchmarkHeadPostingForMatchers
|
2019-11-20 15:40:03 +02:00 |
inmemory_part.go
|
lib: extract common code for returning fast unix timestamp into lib/fasttime
|
2020-05-14 23:06:50 +03:00 |
inmemory_part_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
inmemory_part_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
merge.go
|
lib/storage: create and use lib/uint64set instead of map[uint64]struct{}
|
2019-09-24 21:18:04 +03:00 |
merge_test.go
|
all: add support for GOARCH=386 and fix all the issues related to 32-bit architectures such as GOARCH=arm
|
2019-10-17 18:27:49 +03:00 |
merge_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
metaindex_row.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
metaindex_row_test.go
|
all: open-sourcing cluster version
|
2019-05-23 00:25:38 +03:00 |
metric_name.go
|
app/vminsert: export metrics for determining ingested rows with dropped or truncated labels
|
2020-06-19 01:12:44 +03:00 |
metric_name_test.go
|
lib/storage: pass pointer to MetricName in Fatalf, so it is properly detected as an interface with String() method
|
2019-11-04 01:06:45 +02:00 |
part.go
|
lib: extract common code for returning fast unix timestamp into lib/fasttime
|
2020-05-14 23:06:50 +03:00 |
part_header.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
part_header_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
part_search.go
|
lib/{storage,mergeset}: cleanup: remove unused partSearch.indexBlockReuse
|
2020-05-14 14:03:15 +03:00 |
part_search_test.go
|
lib/storage: postpone reading data from blocks during search
|
2020-04-27 08:44:01 +03:00 |
partition.go
|
lib/fs: optimize MustGetFreeSpace performance by caching the results for up to 2 seconds
|
2020-06-04 13:14:04 +03:00 |
partition_search.go
|
lib/storage: postpone reading data from blocks during search
|
2020-04-27 08:44:01 +03:00 |
partition_search_test.go
|
lib/storage: postpone reading data from blocks during search
|
2020-04-27 08:44:01 +03:00 |
partition_test.go
|
lib/{mergeset,storage}: fix uint64 counters alignment for 32-bit architectures (GOARCH=386, GOARCH=arm)
|
2020-01-14 22:47:42 +02:00 |
raw_block.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
raw_row.go
|
lib/storage: optimize TSID comparison
|
2019-09-26 14:20:02 +03:00 |
search.go
|
lib/storage: postpone reading data from blocks during search
|
2020-04-27 08:44:01 +03:00 |
search_test.go
|
lib/storage: wait for all the goroutines to finish in TestSearch in order to prevent racy behavior on test finish
|
2020-05-15 12:12:20 +03:00 |
storage.go
|
lib/storage: do not increment vm_slow_metric_name_loads_total counter for metric_ids which shouldnt be prefetched, since this may mislead users
|
2020-05-16 10:23:39 +03:00 |
storage_test.go
|
lib/storage: postpone reading data from blocks during search
|
2020-04-27 08:44:01 +03:00 |
storage_timing_test.go
|
all: open-sourcing cluster version
|
2019-05-23 00:25:38 +03:00 |
table.go
|
lib: extract common code for returning fast unix timestamp into lib/fasttime
|
2020-05-14 23:06:50 +03:00 |
table_search.go
|
lib: extract common code for returning fast unix timestamp into lib/fasttime
|
2020-05-14 23:06:50 +03:00 |
table_search_test.go
|
lib/storage: postpone reading data from blocks during search
|
2020-04-27 08:44:01 +03:00 |
table_search_timing_test.go
|
lib/storage: postpone reading data from blocks during search
|
2020-04-27 08:44:01 +03:00 |
table_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
table_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
tag_filters.go
|
lib/storage: add key!=".+" filter additionally to negative filter matching empty value such as key!~"|foo"
|
2020-06-18 20:05:45 +03:00 |
tag_filters_test.go
|
lib/storage: add key!=".+" filter additionally to negative filter matching empty value such as key!~"|foo"
|
2020-06-18 20:05:45 +03:00 |
tag_filters_timing_test.go
|
lib/storage: add a benchmark for Graphite-like regexps for metric names
|
2020-05-11 22:49:00 +03:00 |
time.go
|
lib/storage: remove unused code from getMetricIDsForTimeRange: it is expected that time range is always non-zero
|
2019-11-09 19:03:51 +02:00 |
time_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
tsid.go
|
lib/storage: optimize TSID comparison
|
2019-09-26 14:20:02 +03:00 |
tsid_test.go
|
all: open-sourcing cluster version
|
2019-05-23 00:25:38 +03:00 |