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
Christian Haudum b665272447
chore: Remove unused structs from legacy package (#22514)
15 hours ago
..
arrowtest fix(deps): update module github.com/apache/arrow-go/v18 to v18.4.1 (main) (#19750) 8 months ago
atomicfs chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
build fix(version): Copy build info to Prometheus common library (#22343) 1 week ago
cfg chore: Migrate yaml from gopkg.in/yaml.v2 to go.yaml.in/yaml/v4 (#22054) 3 weeks ago
constants feat(compactor): Add new `increase_generation_numbers` endpoint (#22443) 6 days ago
deletion refactor: allow sample expressions to have multiple extractors (#16224) 1 year ago
discovery chore: Add metrics for number of retries in indexgateway client (#22398) 15 hours ago
encoding chore: Revert syntax module (#14831) 2 years ago
errors chore: Move error utilities to a new package (#22339) 2 weeks ago
extract chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
fakeauth chore: Linting updates in prep for Go 1.23 (#14071) 2 years ago
filter refactor(stringlabels): Support stringlabels in filter.Func (#17233) 1 year ago
flagext chore: Move some LabelSet utils to a new package (#22337) 2 weeks ago
httpgrpc refactor: Use OTel tracing library (#17859) 1 year ago
httpreq chore(goldfish): Append goldfish correlation id to query tags (#21804) 1 month ago
instrument Upgrade dskit to use packages migrated from weaveworks/common (#10164) 3 years ago
jumphash feat: Client side index gateway shuffle sharding (#20124) 7 months ago
labelpool chore: consistently use new labels.Labels API (#18490) 11 months ago
labels chore: Move some LabelSet utils to a new package (#22337) 2 weeks ago
limiter feat(dataobj): Implement sort schema (#21557) 1 month ago
log chore!: Rename metric `loki_log_flushes` (#21765) 2 months ago
loser chore: Linting update for new golangci (#16572) 1 year ago
marshal chore: Remove unused structs from legacy package (#22514) 15 hours ago
mempool chore(test): Address deadlock in mempool test (#20955) 4 months ago
net Loki: Append loopback to ingester net interface default list (#4570) 5 years ago
pool Upgrade `golangci-lint` and fix linting errors (#9601) 3 years ago
querylimits feat(querylimits): Allow TSDB sharding strategy overrides (#22332) 2 weeks ago
rangeio chore(xcap): leaner xcap API (#20771) 4 months ago
ring chore: Remove unused/dead code (#21688) 2 months ago
server fix(querier): Classify wrapped LogQL query errors as 400 instead of 500 (#22393) 2 weeks ago
spanlogger chore(otlp): OTLP Metrics (#18281) 12 months ago
test chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
topk chore: Short circuiting for new scheduler (#20000) 7 months ago
unmarshal revert: Remove deprecated `/api/prom` API endpoints (#21569) (#22466) 6 days ago
validation chore: Migrate yaml from gopkg.in/yaml.v2 to go.yaml.in/yaml/v4 (#22054) 3 weeks ago
wal fix: Handle WAL corruption properly on startup (#18175) 1 year ago
LICENSE_APACHE2
active_user.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
active_user_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
allowed_tenants.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
allowed_tenants_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
config.go chore: Migrate yaml from gopkg.in/yaml.v2 to go.yaml.in/yaml/v4 (#22054) 3 weeks ago
conv.go chore: Move some LabelSet utils to a new package (#22337) 2 weeks ago
conv_test.go chore: Move some LabelSet utils to a new package (#22337) 2 weeks ago
dns_watcher.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
entry_size.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
errors.go chore: Move error utilities to a new package (#22339) 2 weeks ago
evicting_queue.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
evicting_queue_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
hash_fp.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
http.go chore: Migrate yaml from gopkg.in/yaml.v2 to go.yaml.in/yaml/v4 (#22054) 3 weeks ago
http_loki_test.go fix: enforce maxRecvMsgSize and maxCompressedMsgSize for OTLP (#20312) 5 months ago
http_test.go chore: Migrate yaml from gopkg.in/yaml.v2 to go.yaml.in/yaml/v4 (#22054) 3 weeks ago
list.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
log.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
map.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
mapmerge.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
mapmerge_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
matchers.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
merger.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
merger_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
metrics_helper.go chore(deps): Remove references to github.com/prometheus/prometheus/tsdb/errors (#20794) 4 months ago
metrics_helper_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
mock.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
noop_registry.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
otel_deps_test.go fix(otel): update dskit version (#21343) 3 months ago
priority_queue.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
priority_queue_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
query_string_builder.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
query_string_builder_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
queue.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
reader.go chore: Fix more errors reported by go test -race (#22055) 4 weeks ago
regex.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
ring_watcher.go fix(logging): Stabilize ring watcher log messages (#21953) 4 weeks ago
sample.go chore: Improving memory allocations for new query engine (#20321) 6 months ago
series_volume.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
shard.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
shard_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
string.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
string_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
ticker.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
ticker_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
time.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
time_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
yolo.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
yolo_test.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago