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/index
Trevor Whitney 620bd56e0a
chore(compaction): Replace postings/stats RowReader with columnar Reader (#21785)
1 month ago
..
indexobj feat(dataobj): Reduce postings indexing allocations via observe/aggregate pattern (#21610) 1 month ago
builder.go chore: Remove unused/dead code (#21724) 1 month ago
builder_test.go feat: Introduce max-age option for index-builder (#21294) 2 months ago
calculate.go feat(dataobj): Reduce postings indexing allocations via observe/aggregate pattern (#21610) 1 month ago
calculate_bench_test.go feat: Improve index builder performance by not holding the lock during the whole `Calculate` (#21632) 1 month ago
calculate_test.go chore(dataobj): add configurable prefetching (#20946) 3 months ago
column_values.go feat(dataobj): Reduce postings indexing allocations via observe/aggregate pattern (#21610) 1 month ago
column_values_test.go chore(compaction): Replace postings/stats RowReader with columnar Reader (#21785) 1 month ago
config.go feat: Use `AppendOrdered` strategy to avoid sorting and merging stripes (#21395) 2 months ago
full_pipeline_bench_test.go feat(dataobj): Reduce postings indexing allocations via observe/aggregate pattern (#21610) 1 month ago
indexer.go fix: Reset lag for index builder when partitions change (#20825) 4 months ago
indexer_test.go chore: Fix flaky indexer test (#20676) 4 months ago
label_postings_calculation.go feat(dataobj): Reduce postings indexing allocations via observe/aggregate pattern (#21610) 1 month ago
label_postings_calculation_test.go chore(compaction): Replace postings/stats RowReader with columnar Reader (#21785) 1 month ago
metrics.go chore: Remove unused/dead code (#21724) 1 month ago
sort_schema.go feat: add stats and postings index sections with encoding abstraction (#21442) 2 months ago
stats_calculation.go feat(dataobj): Reduce postings indexing allocations via observe/aggregate pattern (#21610) 1 month ago
stats_calculation_test.go chore(compaction): Replace postings/stats RowReader with columnar Reader (#21785) 1 month ago
stream_statistics.go feat(dataobj): Reduce postings indexing allocations via observe/aggregate pattern (#21610) 1 month ago