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/util
Karsten Jeschkies d0c11a689e
feat(api): Support Parquet as a query response format. (#15408)
1 year ago
..
atomicfs feat: Implement WAL segment ingestion via Kafka with partition ring (#14043) 1 year ago
build Add usage report into Loki. (#5361) 4 years ago
cfg chore: Linting updates in prep for Go 1.23 (#14071) 1 year ago
constants feat: aggregate byte and count metrics (#13731) 1 year ago
deletion chore: update loki modules for 3.0 release (#12433) 2 years ago
discovery perf(blooms): Use jumpmap for client side sharding of the filter requests (#12470) 2 years ago
encoding chore: Revert syntax module (#14831) 1 year ago
extract chore: update loki modules for 3.0 release (#12433) 2 years ago
fakeauth chore: Linting updates in prep for Go 1.23 (#14071) 1 year ago
filter renamed `non indexed labels` feature to `structured metadata` (#10432) 2 years ago
flagext perf: Re-introduce fixed size memory pool for bloom querier (#13172) 2 years ago
httpgrpc chore: update loki modules for 3.0 release (#12433) 2 years ago
httpreq chore: Linting updates in prep for Go 1.23 (#14071) 1 year ago
instrument Upgrade dskit to use packages migrated from weaveworks/common (#10164) 2 years ago
jumphash fix(deps): update module k8s.io/apimachinery to v0.31.2 (#14959) 1 year ago
limiter feat(ruler): enables ruler store that uses clients from thanos-io/objstore pkg (#11713) 1 year ago
log chore: update loki modules for 3.0 release (#12433) 2 years ago
loser chore: update loki modules for 3.0 release (#12433) 2 years ago
marshal chore: Preparation for incoming static code analysis CI check (#15164) 1 year ago
math Chore: Copy `cortex/util/math` into Loki (#5036) 4 years ago
mempool fix: remove unsafe pkg usage from util.mempool (#15428) 1 year ago
net
pool Upgrade `golangci-lint` and fix linting errors (#9601) 3 years ago
querylimits chore: Linting updates in prep for Go 1.23 (#14071) 1 year ago
ring chore: Linting updates in prep for Go 1.23 (#14071) 1 year ago
server feat(api): Support Parquet as a query response format. (#15408) 1 year ago
spanlogger chore: update loki modules for 3.0 release (#12433) 2 years ago
test Chore: Remove `cortex/util/test` dependency (#5050) 4 years ago
unmarshal chore: Preparation for incoming static code analysis CI check (#15164) 1 year ago
validation feat: Introduce shardable probabilistic topk for instant queries. (#14243) 1 year ago
wal Update Prometheus dependency to latest release (v2.40.4) (#7826) 3 years ago
LICENSE_APACHE2
active_user.go Introduce worker queue in bloom gateway (#10976) 2 years ago
active_user_test.go Fork `cortex/pkg/util` into Loki (#5257) 4 years ago
allowed_tenants.go Fork `cortex/pkg/util` into Loki (#5257) 4 years ago
allowed_tenants_test.go Fork `cortex/pkg/util` into Loki (#5257) 4 years ago
config.go chore: update loki modules for 3.0 release (#12433) 2 years ago
conv.go chore: Preparation for incoming static code analysis CI check (#15164) 1 year ago
conv_test.go fix rounding of time to milliseconds (#5352) 4 years ago
dns_watcher.go chore: update loki modules for 3.0 release (#12433) 2 years ago
entry_size.go refactor: replace experimental `maps` and `slices` with stdlib (#15051) 1 year ago
errors.go chore: update loki modules for 3.0 release (#12433) 2 years ago
events.go Fork `cortex/pkg/util` into Loki (#5257) 4 years ago
evicting_queue.go
evicting_queue_test.go
hash_fp.go inflight-logging: Add extra metadata to inflight requests logging (#11243) 2 years ago
http.go fix(aggregated_metrics): Fix the IsError method causing retries (#15296) 1 year ago
http_loki_test.go HTTP: Reuse `buffer.Bytes()` when decompressing (#9266) 3 years ago
http_test.go fix(aggregated_metrics): Fix the IsError method causing retries (#15296) 1 year ago
list.go
log.go Remove unnecessary code after dskit log.Interface has been dereleased (#10434) 2 years ago
map.go promtail: ratelimiting by label (#7597) 3 years ago
mapmerge.go
mapmerge_test.go fix(deps): update module github.com/stretchr/testify to v1.10.0 (#15090) 1 year ago
matchers.go chore: Revert syntax module (#14831) 1 year ago
merger.go Fork `cortex/pkg/util` into Loki (#5257) 4 years ago
merger_test.go Fork `cortex/pkg/util` into Loki (#5257) 4 years ago
metrics_helper.go fix(aggregated-metrics): correctly create logfmt string (#14124) 1 year ago
metrics_helper_test.go fix(aggregated-metrics): correctly create logfmt string (#14124) 1 year ago
mock.go
net.go Stop using global logger in modules (#11051) 2 years ago
noop_registry.go chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
priority_queue.go Fork `cortex/pkg/util` into Loki (#5257) 4 years ago
priority_queue_test.go Fork `cortex/pkg/util` into Loki (#5257) 4 years ago
query_string_builder.go
query_string_builder_test.go chore: remove copied loop vars (#14383) 1 year ago
queue.go
reader.go
regex.go chore: Revert syntax module (#14831) 1 year ago
ring_watcher.go Fork `cortex/pkg/util` into Loki (#5257) 4 years ago
series_volume.go Allow volume to be aggregated by label (#9988) 3 years ago
shard.go chore: Preparation for incoming static code analysis CI check (#15164) 1 year ago
shard_test.go Fork `cortex/pkg/util` into Loki (#5257) 4 years ago
string.go Refactoring of the Loki storage (#5833) 4 years ago
string_test.go chore: remove copied loop vars (#14383) 1 year ago
ticker.go chore: Preparation for incoming static code analysis CI check (#15164) 1 year ago
ticker_test.go Add initial delay before starting flush loop (#9995) 2 years ago
time.go chore: Preparation for incoming static code analysis CI check (#15164) 1 year ago
time_test.go Implement series volume range queries (#9812) 3 years ago
yolo.go chore: Preparation for incoming static code analysis CI check (#15164) 1 year ago
yolo_test.go Fork `cortex/pkg/util` into Loki (#5257) 4 years ago