.. |
block.go
|
lib/storage: drop more samples outside the given retention during background merge
|
2020-10-31 20:44:47 +02:00 |
block_header.go
|
lib/storage: correctly use maxBlockSize in various checks
|
2020-09-24 18:13:15 +03:00 |
block_header_test.go
|
lib/storage: correctly use maxBlockSize in various checks
|
2020-09-24 18:13:15 +03:00 |
block_stream_merger.go
|
lib/storage: remove prioritizing of merging small parts over merging big parts, since it doesn't work as expected
|
2020-07-30 20:02:22 +03:00 |
block_stream_reader.go
|
lib/storage: reuse timestamp blocks for adjancent metric blocks with identical timestamps
|
2020-09-09 23:59:21 +03:00 |
block_stream_reader_test.go
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
|
2020-06-30 23:33:46 +03:00 |
block_stream_reader_timing_test.go
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
|
2020-06-30 23:33:46 +03:00 |
block_stream_writer.go
|
lib/storage: reuse timestamp blocks for adjancent metric blocks with identical timestamps
|
2020-09-09 23:59:21 +03:00 |
block_stream_writer_timing_test.go
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
|
2020-06-30 23:33:46 +03:00 |
block_test.go
|
lib/storage: fix tests for 32-bit arches such as GOARCH=386 and GOARCH=arm
|
2020-09-29 13:10:37 +03:00 |
dedup.go
|
lib/storage/dedup.go: go fmt
|
2020-04-26 14:37:36 +03:00 |
dedup_test.go
|
all: spelling fix: superflouos->superfluous. This is a follow-up for 0acdab3ab9
|
2020-11-24 12:42:04 +02:00 |
dedup_timing_test.go
|
lib/storage: improve deduplication algorithm
|
2020-04-26 13:10:18 +03:00 |
index_db.go
|
lib/storage: do not show artifically created label for reverse Graphite labels at /api/v1/labels page
|
2020-11-16 00:44:54 +02:00 |
index_db_test.go
|
app/vmselect: optimize querying for /api/v1/labels and /api/v1/label/<name>/values when start and end args are set
|
2020-11-05 01:19:29 +02:00 |
index_db_timing_test.go
|
lib/storage: code cleanup after 10f2eedee0
|
2020-10-01 19:12:04 +03: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
|
app/vmselect: properly handle errors in GetLabelsOnTimeRange and GetLabelValuesOnTimeRange
|
2020-11-05 01:36:34 +02:00 |
merge_test.go
|
app/vmstorage: support for -retentionPeriod smaller than one month
|
2020-10-20 14:42:46 +03:00 |
merge_timing_test.go
|
app/vmstorage: support for -retentionPeriod smaller than one month
|
2020-10-20 14:42:46 +03:00 |
metaindex_row.go
|
lib/storage: correctly use maxBlockSize in various checks
|
2020-09-24 18:13:15 +03:00 |
metaindex_row_test.go
|
lib/storage: correctly use maxBlockSize in various checks
|
2020-09-24 18:13:15 +03:00 |
metric_name.go
|
lib/storage: log metric name plus all its labels when the metric timestamp is outside the configured retention
|
2020-11-25 14:44:29 +02:00 |
metric_name_test.go
|
lib/storage: add missing (AccountID, ProjectID) in MetricName.String() test
|
2020-11-29 01:25:50 +02:00 |
part.go
|
all: spelling fix: superflouos->superfluous. This is a follow-up for 0acdab3ab9
|
2020-11-24 12:42:04 +02:00 |
part_header.go
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
|
2020-06-30 23:33:46 +03:00 |
part_header_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
part_search.go
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
|
2020-06-30 23:33:46 +03:00 |
part_search_test.go
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
|
2020-06-30 23:33:46 +03:00 |
partition.go
|
lib/storage: do not report about the need of free disk space if parts cannot be merged due to too big write amplification
|
2020-11-03 15:32:09 +02:00 |
partition_search.go
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
|
2020-06-30 23:33:46 +03:00 |
partition_search_test.go
|
app/vmstorage: support for -retentionPeriod smaller than one month
|
2020-10-20 14:42:46 +03:00 |
partition_test.go
|
app/vmstorage: add metrics for determining whether background merges need additional disk space to complete
|
2020-09-29 21:47:47 +03: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
|
app/vmselect: use storage.NewSearchQuery() instead of constructing storage.SearchQuery in-place
|
2020-11-16 18:04:33 +02:00 |
search_test.go
|
lib/storage: remove unneeded fmt.Sprintf
|
2020-11-03 14:21:04 +02:00 |
storage.go
|
lib/storage: log metric name plus all its labels when the metric timestamp is outside the configured retention
|
2020-11-25 14:44:29 +02:00 |
storage_test.go
|
lib/storage: do not pass (accountID, projectID) to SearchTagNames(), since they are already passed via tfss
|
2020-11-16 18:04:30 +02:00 |
storage_timing_test.go
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
|
2020-06-30 23:33:46 +03:00 |
table.go
|
app/vmstorage: support for -retentionPeriod smaller than one month
|
2020-10-20 14:42:46 +03:00 |
table_search.go
|
app/vmstorage: support for -retentionPeriod smaller than one month
|
2020-10-20 14:42:46 +03:00 |
table_search_test.go
|
app/vmstorage: support for -retentionPeriod smaller than one month
|
2020-10-20 14:42:46 +03:00 |
table_search_timing_test.go
|
app/vmstorage: support for -retentionPeriod smaller than one month
|
2020-10-20 14:42:46 +03:00 |
table_test.go
|
app/vmstorage: support for -retentionPeriod smaller than one month
|
2020-10-20 14:42:46 +03:00 |
table_timing_test.go
|
app/vmstorage: support for -retentionPeriod smaller than one month
|
2020-10-20 14:42:46 +03:00 |
tag_filters.go
|
lib/storage: small code adjustements after d2960a20e0
|
2020-10-17 01:17:12 +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: small code adjustements after d2960a20e0
|
2020-10-17 01:17:12 +03:00 |
time.go
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
|
2020-06-30 23:33:46 +03: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 |