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