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/bloomgateway
Christian Haudum 5846ea2ea0
fix(blooms): Match series to newest block only (#15481)
1 year ago
..
bloomgateway.go feat(blooms): Prefetch bloom blocks as soon as they are built (#15050) 1 year ago
bloomgateway_test.go fix(blooms): Exclude label filters where label name is part of the series labels. (#14661) 1 year ago
cache.go feat(blooms): Prefetch bloom blocks as soon as they are built (#15050) 1 year ago
cache_test.go feat(blooms): Prefetch bloom blocks as soon as they are built (#15050) 1 year ago
client.go refactor: replace experimental `maps` and `slices` with stdlib (#15051) 1 year ago
client_pool.go chore(bloom): remove unused code from blooms (#14539) 1 year ago
client_pool_test.go chore: Remove ring client pool from JumpHashClientPool (#14367) 1 year ago
client_test.go fix(blooms): Suppress error from resolving server addresses for blocks (#13385) 2 years ago
config.go chore(blooms): Add setting to fetch bloom blocks async or synchronously (#14862) 1 year ago
metrics.go feat(blooms): Prefetch bloom blocks as soon as they are built (#15050) 1 year ago
multiplexing.go fix(blooms): Exclude label filters where label name is part of the series labels. (#14661) 1 year ago
multiplexing_test.go fix(blooms): Exclude label filters where label name is part of the series labels. (#14661) 1 year ago
processor.go chore(blooms): Add setting to fetch bloom blocks async or synchronously (#14862) 1 year ago
processor_test.go chore(blooms): Add setting to fetch bloom blocks async or synchronously (#14862) 1 year ago
querier.go fix(blooms): Fix check for skipping most recent data when filtering blooms (#15300) 1 year ago
querier_test.go feat(blooms): Prefetch bloom blocks as soon as they are built (#15050) 1 year ago
resolver.go fix(blooms): Match series to newest block only (#15481) 1 year ago
resolver_test.go fix(blooms): Match series to newest block only (#15481) 1 year ago
stats.go chore(blooms): Add number of skipped bloom blocks to stats-report log line (#14771) 1 year ago
util.go fix(blooms): Exclude label filters where label name is part of the series labels. (#14661) 1 year ago
util_test.go chore(bloom): remove unused code from blooms (#14539) 1 year ago
worker.go chore(blooms): Add setting to fetch bloom blocks async or synchronously (#14862) 1 year ago