Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/pkg/dataobj/internal/dataset
Christian Haudum f6fcc1194e
chore(dataobj): Decode values in batches (#16418)
11 months ago
..
column.go
column_builder.go feat(dataobj): cardinality estimation (#16233) 11 months ago
column_iter.go
column_stats.go feat(dataobj): cardinality estimation (#16233) 11 months ago
column_test.go feat(dataobj): cardinality estimation (#16233) 11 months ago
dataset.go
dataset_iter.go chore: Fix Loki arm builds (#15936) 12 months ago
dataset_sort.go
dataset_sort_test.go
page.go chore(dataobj): do not panic on unrecognized compression type (#16088) 11 months ago
page_builder.go feat(dataobj): cardinality estimation (#16233) 11 months ago
page_compress_writer.go chore(dataobj): Reintroduce sorting of the logs section (#15906) 12 months ago
page_iter.go chore(dataobj): Decode values in batches (#16418) 11 months ago
page_test.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value.go chore(dataobj): support computation of min/max values in pages and columns (#16015) 11 months ago
value_encoding.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value_encoding_bitmap.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value_encoding_bitmap_test.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value_encoding_delta.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value_encoding_delta_test.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value_encoding_plain.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value_encoding_plain_test.go chore(dataobj): Decode values in batches (#16418) 11 months ago
value_test.go chore(dataobj): support computation of min/max values in pages and columns (#16015) 11 months ago