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/distributor
George Robinson 5deb6695d9
fix: Use prometheus summary for high watermark metric (#21906)
3 weeks ago
..
clientpool Add dashboard changes for migrating from cortex_ metrics to loki_ metrics (#11082) 3 years ago
shardstreams feat: add per-tenant time sharding for long out-of-order ingestion (#14711) 2 years ago
writefailures chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 9 months ago
dataobj_tee.go chore: Remove noisy log line in dataobj_tee.go (#21908) 3 weeks ago
distributor.go fix: Use prometheus summary for high watermark metric (#21906) 3 weeks ago
distributor_ring.go feat: Handle state change lock in prepare downscale (#20141) 6 months ago
distributor_test.go feat: Write all Kafka records at once (#21542) 1 month ago
field_detection.go fix: restore single quote as word boundary in level detection (#21429) 2 months ago
field_detection_test.go fix: restore single quote as word boundary in level detection (#21429) 2 months ago
http.go fix: enforce maxRecvMsgSize and maxCompressedMsgSize for OTLP (#20312) 5 months ago
http_test.go ci: add multi-arch build verification workflow for Loki binary (#20502) 5 months ago
ingest_limits.go perf: support shuffle shard by tenant to increase cache hits (#21357) 2 months ago
ingest_limits_test.go chore: use package private names for these types and funcs (#21111) 3 months ago
ingestion_rate_strategy.go Allow passing of context to query related limits functions (#8689) 3 years ago
ingestion_rate_strategy_test.go chore: remove copied loop vars (#14383) 2 years ago
inmemory_dataobj_tee.go chore: single binary without Kafka (#21318) 1 month ago
inmemory_dataobj_tee_test.go chore: single binary without Kafka (#21318) 1 month ago
instance_count.go Distributor: Add AutoForget support (#8067) 3 years ago
instance_count_test.go feat: Handle state change lock in prepare downscale (#20141) 6 months ago
limits.go feat: Mark truncated log lines with identifier (#18262) 11 months ago
rate_batcher.go chore: use package private names for these types and funcs (#21111) 3 months ago
rate_batcher_test.go chore: use package private names for these types and funcs (#21111) 3 months ago
ratestore.go fix(distributor): Keep stream sharding enabled with empty overrides (#21829) 3 weeks ago
ratestore_metrics.go chore: update loki modules for 3.0 release (#12433) 2 years ago
ratestore_test.go fix(distributor): Keep stream sharding enabled with empty overrides (#21829) 3 weeks ago
segment.go fix: if we don't know the rate of a segmentation key, shard the stream (#21210) 3 months ago
segment_test.go feat: don't shuffle shard if shard factor is 1 (#21190) 3 months ago
shard_tracker.go Track rates per stream and per tenant (#7564) 4 years ago
shard_tracker_test.go Track rates per stream and per tenant (#7564) 4 years ago
streamsharder_test.go chore: update loki modules for 3.0 release (#12433) 2 years ago
tee.go feat: Add a new `Register` hook and modify dataobjs tee to report errors (#20417) 5 months ago
tee_test.go feat: Add a new `Register` hook and modify dataobjs tee to report errors (#20417) 5 months ago
validator.go fix: track discarded entries and bytes when hitting stream limits using the ingest limits service (#20244) 5 months ago
validator_test.go chore(otlp): OTLP Metrics (#18281) 11 months ago