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
Tom Wilkie beb0052ad0 Remove unnecessarily long wait times in tests. 7 years ago
..
client switch to golangci-lint linter (#539) 7 years ago
chunk_test.go switch to golangci-lint linter (#539) 7 years ago
flush.go Close all chunks before flushing. 7 years ago
flush_test.go Remove unnecessarily long wait times in tests. 7 years ago
ingester.go Fix #531 chunk_block_size not found 7 years ago
ingester_test.go Remove unnecessarily long wait times in tests. 7 years ago
instance.go Add an extra filter step if the user specifies a regex using old API. 7 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) 7 years ago
stream_test.go switch to golangci-lint linter (#539) 7 years ago