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
Edward Welch c3084dbdc7 Removing the pre-allocation of a buffer when serializing blocks, in most of my empirical testing we were using 9-10k out of the 32k allocated leaving about 2/3 of the buffer allocated and unused times the number of blocks per chunk, times the number of chunks kept in memory. This was adding up to a fair amount of allocated but unused space. 6 years ago
..
chunkenc Removing the pre-allocation of a buffer when serializing blocks, in most of my empirical testing we were using 9-10k out of the 32k allocated leaving about 2/3 of the buffer allocated and unused times the number of blocks per chunk, times the number of chunks kept in memory. This was adding up to a fair amount of allocated but unused space. 6 years ago
distributor Limits: Reject entries based on age set in limits (#631) 6 years ago
helpers fix a typo Eeror -> Error (#66) 7 years ago
ingester Update cortex vendor (#610) 6 years ago
iter Remove RegexpIter, we don't need it. 6 years ago
logentry PR Feedback 6 years ago
logproto Parse pipelines of regex matches. 6 years ago
logql adds matchers and metrics to regex and json 6 years ago
loki Changes for running Table Manager with loki in single binary (#600) 6 years ago
promtail fix docker plugin ci (#664) 6 years ago
querier add support for RFC3339Nano in query timestamps (#656) 6 years ago
util working version with Gatherer 6 years ago