..
metricnamestats
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
block.go
lib/encoding: optimize UnmarshalVarUint64, UnmarshalVarInt64 and UnmarshalBytes a bit
2024-05-14 01:30:25 +02:00
block_header.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
block_header_test.go
lib/storage: typo fix: umarshal -> unmarshal
2021-03-02 20:48:44 +02:00
block_stream_merger.go
lib/storage: add a hint for merge about type of parts in merge ( #7998 )
2025-01-10 17:45:20 +04:00
block_stream_reader.go
lib/storage: avoid superflouos copy of block header data
2024-02-23 01:11:31 +02:00
block_stream_reader_test.go
Makefile: update golangci-lint from v1.51.2 to v1.54.2
2023-09-01 10:25:49 +02:00
block_stream_reader_timing_test.go
lib/{storage,mergeset}: convert InitFromFilePart to MustInitFromFilePart
2023-04-14 15:47:20 -07:00
block_stream_writer.go
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
2024-02-24 00:33:07 +02:00
block_stream_writer_timing_test.go
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
2024-02-24 00:33:07 +02:00
block_test.go
all: consistently use %w instead of %s in when error is passed to fmt.Errorf()
2023-10-26 09:44:40 +02:00
dedup.go
lib/storage: prefer stale markers over other values on dedup interval
2024-12-12 13:00:34 +01:00
dedup_test.go
lib/storage: update dedup tests
2024-12-18 22:38:36 +01:00
dedup_timing_test.go
lib/storage: update dedup tests
2024-12-18 22:38:36 +01:00
filenames.go
lib/storage: consistently use OS-independent separator in file paths
2023-03-25 14:34:36 -07:00
index_db.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
index_db_test.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
index_db_timing_test.go
lib/storage: increment indexdb refcount during data ingestion and retrieval ( #8437 )
2025-03-13 12:26:52 +01:00
inmemory_part.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
inmemory_part_test.go
lib/{storage,mergeset}: convert InitFromFilePart to MustInitFromFilePart
2023-04-14 15:47:20 -07:00
inmemory_part_timing_test.go
lib/storage: use deterministic random generator in tests
2023-01-23 20:12:32 -08:00
merge.go
lib/storage: add a hint for merge about type of parts in merge ( #7998 )
2025-01-10 17:45:20 +04:00
merge_test.go
lib/storage: add a hint for merge about type of parts in merge ( #7998 )
2025-01-10 17:45:20 +04:00
merge_timing_test.go
lib/storage: add a hint for merge about type of parts in merge ( #7998 )
2025-01-10 17:45:20 +04:00
metaindex_row.go
all: subsitute ioutil.ReadAll with io.ReadAll
2022-08-22 00:16:04 +03:00
metaindex_row_test.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
metric_name.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
metric_name_test.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
part.go
lib/{storage,mergeset}: convert InitFromFilePart to MustInitFromFilePart
2023-04-14 15:47:20 -07:00
part_header.go
lib/promutils: move time-related funcs from promutils
to timeutil
( #8403 )
2025-03-03 10:28:07 +01:00
part_search.go
lib/storage: optimize partSearch.searchBHS() for common case when the TSID for the current block header is bigger or equal to the current tsid
2022-12-19 10:31:39 -08:00
part_search_test.go
lib/{storage,mergeset}: convert InitFromFilePart to MustInitFromFilePart
2023-04-14 15:47:20 -07:00
part_search_timing_test.go
all: consistently use %w instead of %s in when error is passed to fmt.Errorf()
2023-10-26 09:44:40 +02:00
partition.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
partition_search.go
all: consistently use 'any' instead of 'interface{}'
2024-07-10 00:23:26 +02:00
partition_search_test.go
lib/storage: do not keep rawRows buffer across flush() calls
2024-02-23 01:06:09 +02:00
partition_test.go
lib/storage/partition: prevent panic in case resulting in-memory part is empty after merge ( #7329 )
2024-10-27 20:42:42 +01:00
raw_block.go
all: open-sourcing single-node version
2019-05-23 00:18:06 +03:00
raw_row.go
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
2024-02-24 00:33:07 +02:00
search.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
search_test.go
lib/storage: add tracker for time series metric names statistics
2025-03-06 22:10:41 +01:00
storage.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
storage_test.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
storage_timing_test.go
Allow disabling per-day index ( #6976 )
2025-02-17 15:36:23 +01:00
table.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
table_search.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
table_search_test.go
lib/storage: properly free up resources from newTestStorage() by calling stopTestStorage()
2023-07-13 17:13:34 -07:00
table_search_timing_test.go
lib/storage: replace the remaining atomic.* functions with atomic.* types for the sake of consistency
2024-02-24 00:51:03 +02:00
table_test.go
flagutil: Make .Msecs private ( #4906 )
2023-09-03 10:37:57 +02:00
table_timing_test.go
lib/storage: properly free up resources from newTestStorage() by calling stopTestStorage()
2023-07-13 17:13:34 -07:00
tag_filters.go
lib/logstorage: work-in-progress
2024-05-24 03:07:07 +02:00
tag_filters_test.go
spelling and grammar fixes via codespell ( #8497 )
2025-03-17 16:38:11 +01:00
tag_filters_timing_test.go
all: fix golangci-lint(revive) warnings after 0c0ed61ce7
2024-04-03 03:00:45 +03:00
time.go
Allow disabling per-day index ( #6976 )
2025-02-17 15:36:23 +01:00
time_test.go
Allow disabling per-day index ( #6976 )
2025-02-17 15:36:23 +01: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