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/ingester
Sandeep Sukhani 3d3c05717a Update cortex vendor (#610) 6 years ago
..
client switch to golangci-lint linter (#539) 6 years ago
chunk_test.go switch to golangci-lint linter (#539) 6 years ago
flush.go Update cortex vendor (#610) 6 years ago
flush_test.go Update cortex vendor (#610) 6 years ago
ingester.go Update cortex vendor (#610) 6 years ago
ingester_test.go Remove unnecessarily long wait times in tests. 6 years ago
instance.go fixes ingester querier not honoring filters (#594) 6 years ago
stream.go using the timestamp from the log file might lead to undesired behavior as it could be way in the past or future depending on the clock for the source system generating the logs. Given that it's compared to the servers time.Now() when looking for idle chunks it's probably best to use the server time when setting the value. (#546) 6 years ago
stream_test.go switch to golangci-lint linter (#539) 6 years ago