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/querier
Ivan Kalita 1242aa5547
feat(loki): allow disabling cache for query_range requests (#21112)
2 weeks ago
..
astmapper chore: upgrade to prometheus@main (#20876) 1 month ago
deletion feat(deletes): support time range filtering for listing deletes (#20427) 2 months ago
limits feat: V2 query engine limits (#20549) 2 months ago
pattern feat: query persisted patterns (#17980) 10 months ago
plan chore: add multi-variant query support to LogQL (#16196) 1 year ago
queryrange feat(loki): allow disabling cache for query_range requests (#21112) 2 weeks ago
series feat(series): implement AtST (#20495) 2 months ago
stats chore(build): update loki build image (#19473) 5 months ago
tail feat(deletes): support time range filtering for listing deletes (#20427) 2 months ago
testutil feat: V2 query engine limits (#20549) 2 months ago
worker chore: Lower loglevel for transport is closing #7649 (#20803) 1 month ago
handler.go
http.go chore: typos in comments (#20481) 2 months ago
http_test.go feat(metastore): metastore DI (#20253) 3 months ago
ingester_querier.go
ingester_querier_test.go chore(querier): Refactor the store and querier interface. (#15969) 1 year ago
intervals.go feat: query persisted patterns (#17980) 10 months ago
multi_tenant_querier.go fix(querier): Support multi-tenant queries in Patterns API (#19809) 4 months ago
multi_tenant_querier_test.go fix(querier): Support multi-tenant queries in Patterns API (#19809) 4 months ago
querier.go fix(alloc): set a limit on preallocations (#20891) 1 month ago
querier_mock_test.go chore: Bump dskit dependency (#20518) 2 months ago
querier_test.go chore: adds separate v2 engine config section (#19423) 6 months ago
store_combiner.go chore: upgrade to prometheus@main (#20876) 1 month ago
store_combiner_test.go refactor(dataobj): Consolidate configuration and add querier support (#16144) 1 year ago
testutils.go
worker_service.go
worker_service_test.go