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
Owen Diehl f8ee408180
series endpoint uses normal splits (#2472)
6 years ago
..
build Makefile changes to allow easy builds with or without vendoring. Also fixes version bug for both cases. (#1095) 6 years ago
canary Loki-Canary: Backoff retries on query failures, add histograms for query performance. (#2413) 6 years ago
cfg Fix/promtail yaml config (#2471) 6 years ago
chunkenc BatchIter edge cases (#2466) 6 years ago
distributor Replace usage of sync/atomic with uber-go/atomic (#2449) 6 years ago
helpers Spelling (#2014) 6 years ago
ingester Replace usage of sync/atomic with uber-go/atomic (#2449) 6 years ago
iter Improve metric queries by computing samples at the edges. (#2293) 6 years ago
logcli Fix/promtail yaml config (#2471) 6 years ago
logentry allow empty replace values for replace stage (#2432) 6 years ago
loghttp Loki: Series API will return all series with no match or empty matcher (#2254) 6 years ago
logproto Improve metric queries by computing samples at the edges. (#2293) 6 years ago
logql configuration doc improvements (#2318) 6 years ago
loki Fix/promtail yaml config (#2471) 6 years ago
lokifrontend Added support for tail to query frontend (#2032) 6 years ago
promtail Make a clone of the LabelSet before handling, the handler contains a full pipeline and can modify the labels uniquely per each line which will lead to some concurrent map access panics if you don't pass a copy of the labels to each Handle invocation. (#2464) 6 years ago
querier series endpoint uses normal splits (#2472) 6 years ago
storage BatchIter edge cases (#2466) 6 years ago
tracing Add flag to disable tracing (#2191) 6 years ago
util Loki: Improve error messages on query timeout or cancel (#2453) 6 years ago