Commit Graph

519 Commits (80bbd0477897e5926ce0441b82a1672f09c0b5ad)
 

Author SHA1 Message Date
Tom Wilkie 80bbd04778 Add an extra filter step if the user specifies a regex using old API. 6 years ago
Tom Wilkie 32d2f64b31 Fix ingester test. 6 years ago
Tom Wilkie fc20f8c85c Document the filter expression sytax. 6 years ago
Tom Wilkie c71a9b0dce Fix logcli. 6 years ago
Tom Wilkie e73024d3a4 Remove RegexpIter, we don't need it. 6 years ago
Tom Wilkie bfb34e4070 Wire up LogQL filters in the ingester. 6 years ago
Tom Wilkie 5e3630815b Errors and wiring. 6 years ago
Tom Wilkie b16da1d7c3 Parse pipelines of regex matches. 6 years ago
Steven Sheehy ceffcb74ac Support CRI 1.14+ directory change 6 years ago
Ed 54340e7aee make clean removes `pkg/promtail/server/ui/assets_vfsdata.go` which meant the `pkg/promtail/server/ui/assets_vfsdata.go: assets` target is never activated causing a build error, updating to make the target hit on `server.go` which has a dependency on the deleted `assets_vfsdata.go` triggering a run of `make assets` before go builds that file (#555) 6 years ago
Steven Sheehy e79414726e Add scrape config for control plane static pods 6 years ago
Cyril Tovena 862491ea9d
fix backward compatibility with client config (#554) 6 years ago
Cyril Tovena 53075db577
Send logs to multiple loki instances (#536) 6 years ago
Cyril Tovena fa4f936fcb improves memory usage of golangci-linter 6 years ago
Cyril Tovena b8b7caa450
Promtail targets and service discovery pages (#532) 6 years ago
Cyril Tovena 8d7efddde2
switch to golangci-lint linter (#539) 6 years ago
Goutham Veeramachaneni 017bcefb3f
Better buckets for chunk sizes (#529) 6 years ago
Ed fe53924ff8 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
Edward Welch 916124b9ea Adding `make debug` support to build debug binaries and debug containers which wrap the binary with delve and allow for remote debugging 6 years ago
Edward Welch 42e5bf1af8 need to remove this return statement or positions will never be cleaned up 6 years ago
Edward Welch fc389b6ab5 don't delete elements from a map while iterating over it 6 years ago
Steven Sheehy 85a9e82663 Fix #531 chunk_block_size not found 6 years ago
Robert Edström 5221ff350d Fix typo in example config (#530) 6 years ago
Xiang Dai 89ffbf7c21 Add option (#528) 6 years ago
Xiang Dai aa4684ee52 support config chunk size (#464) 6 years ago
Xiang Dai e506f16030 Add target config (#486) 6 years ago
Goutham Veeramachaneni e2b25612c8
Take 2 for fix the limit settings (#519) 6 years ago
Xiang Dai 9440dc9c32 Update troubleshooting (#498) 6 years ago
Xiang Dai 80fdece145 Enable tracing loki in helm chart (#496) 6 years ago
Goutham Veeramachaneni 199746a130
Make sure the default for EnforceMetricName is (#518) 6 years ago
Arjen van der Have b85609e5ef Configurable Loki scheme in helm file, with optional basic auth (#494) 6 years ago
Goutham Veeramachaneni c1bc17e778 fix linting (#514) 6 years ago
Goutham Veeramachaneni e54a1b21c3
vendor: update cortex (#512) 6 years ago
Goutham Veeramachaneni cfb4c60813
Add stats about chunk sizes and ages (#513) 6 years ago
Goutham Veeramachaneni 27ca58e79f
Lazy load chunks (#435) 6 years ago
Uday 43d13109dc Update api.md (#489) 6 years ago
Sergey Leleko 36d832e5be Update api documentation (#497) 6 years ago
Sverre Boschman 7d8b0c83cc allow additional pod labels (#509) 6 years ago
Michael Barrow d33722dc71 fix typo in operations.md (#501) 6 years ago
Sverre Boschman 9f49e1d516 allow additional container args for Loki (#503) 6 years ago
David 439e7bb7d6
Merge pull request #470 from daixiang0/add-update 6 years ago
David c38ad3461d
Merge pull request #476 from steven-sheehy/loki-config 6 years ago
David f0c94d7db2
Merge pull request #477 from sleleko/master 6 years ago
David 78a5de8f54
Merge pull request #479 from jmvizcainoio/master 6 years ago
David 907f9dbb40
Merge pull request #484 from daixiang0/update-troubleshooting 6 years ago
David Kaltschmidt 36f5ebfbda Small edits 6 years ago
Edward Welch 4b8eda64f5 PR feedback 6 years ago
Edward Welch 354427242b updating the forked hpcloud/tail library to the fork maintained at github.com/grafana/tail 6 years ago
Edward Welch db31d96425 Cleaning up metrics when files are deleted, adding tests to verify the metrics. 6 years ago
Edward Welch c681c76cc8 periodically clean up positions file, removing any files which no longer exist 6 years ago