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/compactor/deletion
dannyc-grafana ecdd613a0c
chore: Autofix to make nosec comments also readable by semgrep (#18664)
5 months ago
..
delete_request.go feat(compactor HS): Fixes and changes for getting horizontally scalable compactor to work well (#18526) 6 months ago
delete_request_batch.go feat(compactor HS): Fixes and changes for getting horizontally scalable compactor to work well (#18526) 6 months ago
delete_request_batch_test.go feat: Compactor deletion manifest builder (#17474) 8 months ago
delete_request_test.go feat(compactor HS): Fixes and changes for getting horizontally scalable compactor to work well (#18526) 6 months ago
delete_requests_client.go feat: when using sqlite for storing delete requests, use the stored completion time to reduce the requests considered for querytime filtering (#16600) 10 months ago
delete_requests_client_test.go test: First pass at unregistering metrics so that we can run multiple tests (#12927) 2 years ago
delete_requests_db_boltdb.go feat: add support for using sqlite for storing delete requests (#16437) 10 months ago
delete_requests_db_boltdb_test.go feat: add support for using sqlite for storing delete requests (#16437) 10 months ago
delete_requests_db_sqlite.go fix: Fix handling of duplicate delete requests (#18460) 6 months ago
delete_requests_db_sqlite_test.go feat: add support for using sqlite for storing delete requests (#16437) 10 months ago
delete_requests_manager.go chore: Autofix to make nosec comments also readable by semgrep (#18664) 5 months ago
delete_requests_manager_test.go chore: use boltdb for tracking series processing progress in delete requests manager (#18629) 5 months ago
delete_requests_store.go fix: Fix handling of duplicate delete requests (#18460) 6 months ago
delete_requests_store_boltdb.go chore: Autofix to make nosec comments also readable by semgrep (#18664) 5 months ago
delete_requests_store_boltdb_test.go fix: ensure to return delete requests only for the requested tanent (#18589) 5 months ago
delete_requests_store_sqlite.go fix: Fix handling of duplicate delete requests (#18460) 6 months ago
delete_requests_store_sqlite_test.go fix: Fix handling of duplicate delete requests (#18460) 6 months ago
delete_requests_store_test.go fix: ensure to return delete requests only for the requested tanent (#18589) 5 months ago
deletion_manifest_builder.go feat(compactor HS): Fixes and changes for getting horizontally scalable compactor to work well (#18526) 6 months ago
deletion_manifest_builder_test.go feat(compactor HS): Fixes and changes for getting horizontally scalable compactor to work well (#18526) 6 months ago
grpc_request_handler.go fix: do not try to merge the already consolidated delete requests while listing them (#18544) 6 months ago
grpc_request_handler_test.go fix: do not try to merge the already consolidated delete requests while listing them (#18544) 6 months ago
job_builder.go feat(compactor HS): Fixes and changes for getting horizontally scalable compactor to work well (#18526) 6 months ago
job_builder_test.go feat(compactor HS): Fixes and changes for getting horizontally scalable compactor to work well (#18526) 6 months ago
job_runner.go feat(compactor HS): Fixes and changes for getting horizontally scalable compactor to work well (#18526) 6 months ago
job_runner_test.go feat(compactor HS): Fixes and changes for getting horizontally scalable compactor to work well (#18526) 6 months ago
metrics.go feat(compactor HS): Fixes and changes for getting horizontally scalable compactor to work well (#18526) 6 months ago
request_handler.go fix: do not try to merge the already consolidated delete requests while listing them (#18544) 6 months ago
request_handler_test.go fix: do not try to merge the already consolidated delete requests while listing them (#18544) 6 months ago
tenant_delete_requests_client.go chore: update loki modules for 3.0 release (#12433) 2 years ago
tenant_delete_requests_client_test.go chore: delete request processing improvements (#12259) 2 years ago
tenant_request_handler.go feat: Distributed Operational UI (#16097) 11 months ago
tenant_request_handler_test.go feat: Distributed Operational UI (#16097) 11 months ago
util.go chore: avoid doing some unnecessary work while listing or merging sharded delete requests (#16125) 11 months ago
util_test.go