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 cb20afaa26
BatchIter edge cases (#2466)
5 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) 5 years ago
cfg Using strict parsing for yaml configs (#1433) 5 years ago
chunkenc BatchIter edge cases (#2466) 5 years ago
distributor Replace usage of sync/atomic with uber-go/atomic (#2449) 5 years ago
helpers Spelling (#2014) 5 years ago
ingester Replace usage of sync/atomic with uber-go/atomic (#2449) 5 years ago
iter Improve metric queries by computing samples at the edges. (#2293) 5 years ago
logcli Improve metric queries by computing samples at the edges. (#2293) 5 years ago
logentry allow empty replace values for replace stage (#2432) 5 years ago
loghttp Loki: Series API will return all series with no match or empty matcher (#2254) 5 years ago
logproto Improve metric queries by computing samples at the edges. (#2293) 5 years ago
logql configuration doc improvements (#2318) 5 years ago
loki fix panic in cassandra storage while registering metrics (#2457) 5 years ago
lokifrontend Added support for tail to query frontend (#2032) 5 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) 5 years ago
querier revendor cortex to latest master (#2463) 5 years ago
storage BatchIter edge cases (#2466) 5 years ago
tracing Add flag to disable tracing (#2191) 5 years ago
util Loki: Improve error messages on query timeout or cancel (#2453) 5 years ago