Commit Graph

73 Commits (9faa8bcf1dc819179bfc29d3d5d9a7d0878717c5)

Author SHA1 Message Date
Joe Elliott 7794d15b6a Extended test query to expose broken query. Parsed logql correctly in validate (#1044) 6 years ago
Joe Elliott 9614b021d1 Loki HTTP/JSON Model Layer (#1022) 6 years ago
Sandeep Sukhani ec5bc7054d
limits: limits implementation for loki (#948) 6 years ago
polar3130 b2cd49a13e fix typo in error messages (#1030) 6 years ago
Sandeep Sukhani 107dfd3607
Use grpc client config from cortex for Ingester to get more control (#755) 6 years ago
Cyril Tovena 364b5bc4f6 Make Loki HTTP API more similar to Prometheus 6 years ago
Cyril Tovena 8f9cd97880 Improve API compatibility. 6 years ago
Cyril Tovena 8bd9f752aa Adds more tests for range queries 6 years ago
Cyril Tovena 7d63795350 fix linter & better comments 6 years ago
Cyril Tovena 7f3db9d7f0 LogQL: Vector and Range Vector Aggregation. 6 years ago
Robert Fratto 9484632d3d pkg/querier: fix concurrent access to querier tail clients (#944) 6 years ago
Marco Pracucci e5d6f3c317 Fix panic in tailer when an ingester is removed from the ring while tailing (#897) 6 years ago
Marco Pracucci b9185324f4 Improved Tailer loop (dropped entries, logic refactoring, introduced tests) 6 years ago
Sandeep Sukhani 2b8a3d9794 live-tailing: preload all the historic entries before query context is cancelled (#862) 6 years ago
Aditya C S b5d8c77b99 Readiness probe for querier (#854) 6 years ago
Sandeep Sukhani f38fa2d184 gofmt file 6 years ago
Sandeep Sukhani bddf4fc9be rebased and removed some unwanted code 6 years ago
Sandeep Sukhani 3457f44cf5 Fix querying historic entries while live tailing logs 6 years ago
Cyril Tovena 4d48972939 Query storage by iterating through chunks by batches. 6 years ago
Marco Pracucci 476c3961c2 Added -querier.query_timeout support (#788) 6 years ago
sh0rez 38cb093358
feat(loki): extended tailing (#764) 6 years ago
Sandeep Sukhani 3a2b569684 Added tail length limit to limit duration of live tailing of logs to 1 hour (#756) 6 years ago
Cyril Tovena 3346ce1b40
Storage memory improvement (#713) 6 years ago
Cyril Tovena 86bc3c0518
Query label values and names are now fetched from the store. (#521) 6 years ago
Sandeep Sukhani 4c7138231f Removed test for tailer in querier due to issues with synchronization 6 years ago
Sandeep Sukhani 2a8a03795a
Improvements in live tailing of logs (#541) 6 years ago
Cyril Tovena f939e42afd
add support for RFC3339Nano in query timestamps (#656) 6 years ago
Cyril Tovena 922f1daf5d
Remove label __name__ from store querier (#648) 6 years ago
Sandeep Sukhani 3d3c05717a Update cortex vendor (#610) 6 years ago
Cyril Tovena 2ad98007ff fixes chunks lazy loading (#595) 6 years ago
Sandeep Sukhani f5c8b22b34 Change tail response for backward compatibilty with future changes (#590) 6 years ago
Sandeep Sukhani 7b584b54f7 Limiting query start time with config (#572) 6 years ago
Tom Wilkie 80bbd04778 Add an extra filter step if the user specifies a regex using old API. 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
Cyril Tovena 8d7efddde2
switch to golangci-lint linter (#539) 6 years ago
Goutham Veeramachaneni 27ca58e79f
Lazy load chunks (#435) 6 years ago
Sandeep Sukhani 1f1706f467 Move live log tailing behind websocket on server (#439) 6 years ago
Tom Wilkie d6e8788eae
Don't forget to apply regexp filters to chunk entries. (#124) 7 years ago
Tom Wilkie 9f257c591a
[WIP] Persistence (#44) 7 years ago
Tom Wilkie 5f73598389
Rename Tempo to Loki. (#36) 7 years ago
Tom Wilkie 1fef92bc17
Lint stuff (#27) 7 years ago
Tom Wilkie 4635769b4f Don't register variables twice. 7 years ago
Tom Wilkie 3b69cf127d Don't repeat client config. 7 years ago
Tom Wilkie 0ffb432f30 Update for cortex changes. 7 years ago
Tom Wilkie 3f62b4ec36 s/logish/tempo/ 7 years ago
Tom Wilkie 96223322ba Make queries take nanoseconds since epoch. 7 years ago
Tom Wilkie 5ec9dfc5d1 Fix logic. 7 years ago