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/sections/logs
benclive 1f0edcd4ac
feat: Initial index-builder implementation (#18297)
6 months ago
..
builder.go chore(dataobj): cut logs section based on uncompressed size (#18329) 7 months ago
builder_test.go chore(engine): Sort entries in dataobj sections by timestamp descending (#18367) 6 months ago
dataset.go chore(dataobj): Add columnar reading APIs to logs and streams sections (#17976) 7 months ago
decoder.go refactor(dataobj): invert dependency between dataobj and sections (#17762) 8 months ago
decoder_metadata.go refactor(dataobj): invert dependency between dataobj and sections (#17762) 8 months ago
encoder.go refactor(dataobj): invert dependency between dataobj and sections (#17762) 8 months ago
iter.go chore(dataobj): Add columnar reading APIs to logs and streams sections (#17976) 7 months ago
iter_test.go chore(dataobj): fix regression in allocations of row readers (#17784) 8 months ago
logs.go feat: Initial index-builder implementation (#18297) 6 months ago
metrics.go refactor(dataobj): invert dependency between dataobj and sections (#17762) 8 months ago
predicate.go chore(dataobj): Add columnar reading APIs to logs and streams sections (#17976) 7 months ago
reader.go perf: Use map for InPredicate when reading dataobj (#18325) 6 months ago
reader_test.go chore(engine): Sort entries in dataobj sections by timestamp descending (#18367) 6 months ago
row_predicate.go refactor(dataobj): invert dependency between dataobj and sections (#17762) 8 months ago
row_predicate_order.go chore(dataobj): Improve performance of dataset.Value API (#18339) 6 months ago
row_predicate_order_test.go perf: Use map for InPredicate when reading dataobj (#18325) 6 months ago
row_predicate_test.go refactor(dataobj): invert dependency between dataobj and sections (#17762) 8 months ago
row_reader.go fix: Row reader with no stream ID predicates (#18368) 6 months ago
row_reader_test.go fix: Row reader with no stream ID predicates (#18368) 6 months ago
stats.go feat: Initial index-builder implementation (#18297) 6 months ago
table.go chore(dataobj): cut logs section based on uncompressed size (#18329) 7 months ago
table_build.go chore(engine): Sort entries in dataobj sections by timestamp descending (#18367) 6 months ago
table_merge.go chore(engine): Sort entries in dataobj sections by timestamp descending (#18367) 6 months ago
table_test.go chore(engine): Sort entries in dataobj sections by timestamp descending (#18367) 6 months ago