Commit Graph

457 Commits (414f95fedc1b921dc9891d77a4ee16e9729309fd)

Author SHA1 Message Date
Owen Diehl 414f95fedc
Literal Expressions in LogQL (#1677) 5 years ago
Aditya C S 460bb5b857
Support entire extracted value map in template pipeline stage (#1666) 5 years ago
Owen Diehl d6b85876ca
max line lengths (component + tenant overrides) (#1686) 5 years ago
Cyril Tovena 2f061f3a8a
Ensure status codes are set correctly in the frontend. (#1684) 5 years ago
Cyril Tovena 4210fcef35
--dry-run Promtail. (#1652) 5 years ago
Cyril Tovena 24d9956653
This improves the log ouput for statistics in the logcli. (#1644) 5 years ago
Edward Welch 0202884d27 Automatically prune metrics from the /metrics output of the promtail metrics pipeline stage after an idle period. 5 years ago
Edward Welch 4aeeeea1c8 Allow a metric defined as a counter to match all lines, useful for creating line count metrics which include all your labels. 5 years ago
Owen Diehl 6bbb61eb2f
Binary operators in LogQL (#1662) 5 years ago
Cyril Tovena 814cc87eb2
Pipe data to Promtail (#1649) 5 years ago
Cyril Tovena 2af69cb57c
Frontend & Querier query statistics instrumentation. (#1661) 5 years ago
Aditya C S b70f691cd4
Support custom prefix name in metrics stage (#1664) 5 years ago
Robert Fratto 267dbe0085
pkg/promtail/positions: handle empty positions file (#1660) 5 years ago
Owen Diehl e0a77656fd
removes duplicate logRangeExprExt grammar (#1651) 5 years ago
Owen Diehl 80e938c412
adds query stats and org id options in logcli (#1638) 5 years ago
Cyril Tovena 375fc86af7
Fixes stats summary computation. (#1636) 5 years ago
Owen Diehl 6930fb2a5c
adds stringer methods for all ast expr types (#1630) 5 years ago
Cyril Tovena 93eb4ad27c
Add statistics to query_range and instant_query API. (#1615) 5 years ago
Owen Diehl 1773900659
compiler guarantees for logql exprs (#1626) 5 years ago
Owen Diehl a53477f8e4
cache key cant be reused when an interval changes (#1616) 5 years ago
Owen Diehl 3e075497cd
Feature/per tenant splitby (#1565) 5 years ago
Owen Diehl 018e6bcdfd
bumps cortex to 0.6.1 master (#1612) 5 years ago
Owen Diehl b7d23f41bd
Decouple logql engine/AST from execution context (#1605) 5 years ago
Ed Welch 64798e2a98
tweaking the names a little per some discussions to make things easier to understand (#1582) 5 years ago
Cyril Tovena f1b8d4d8ad
Improve logql query statistics collection. (#1573) 5 years ago
Ed Welch 790ba403b1 Add another sleep to the canary reconnects this time if connection succeeds but there is an error receiving the stream. (#1581) 5 years ago
Sandeep Sukhani c7a3ec54f1 limit for concurrent tail requests (#1562) 5 years ago
Peter Štibraný d4cae667ae loki: use new runtimeconfig package from Cortex (#1484) 5 years ago
Owen Diehl 841befaf8e Feature/query ingesters within (#1572) 5 years ago
Owen Diehl 1269c92663 refactors splitby to not require buffered channels (#1569) 5 years ago
Owen Diehl 5026dfea57 ingester.max-chunk-age (#1558) 5 years ago
Owen Diehl bde0389979 adds span metadata for split queries (#1567) 5 years ago
Joe Elliott d3972852ee Minor typo fixes (#1545) 5 years ago
Owen Diehl 366e06f587 legacy endpoint 400s metric queries (#1541) 5 years ago
Ganesh Vernekar 1761db6d71 Support <selector> <range> <filters> for aggregation (#1526) 5 years ago
Cyril Tovena 4d853b36e5
Adds support for the old query string regexp in the frontend. (#1522) 5 years ago
Robert Fratto 65013218b7
pkg/chunkenc: ignore duplicate lines pushed to a stream (#1519) 5 years ago
Edward Welch b43039ed5a update the position and size metrics at the same time to try to end the race between these two metrics and the two timers that care about position and size 5 years ago
Chance Zibolski 3a2e5d4bbc pkg/promtail: Initialize counters to 0 when creating client (#1453) 5 years ago
Sandeep Sukhani fbcfad13dc fix panic in tailer when max tail duration exceeds (#1511) 5 years ago
petruha 4f314f3df4 Fileglob parsing fixes (#1485) 5 years ago
Robert Fratto 9227eed9f4
pkg/ingester: limit total number of errors a stream can return on push (#1071) 5 years ago
Beorn Facchini 88681a9974 Read websocket close in tail handler (#1383) 5 years ago
Cyril Tovena f3332272ed
Update Loki mixin to include frontend QPS and latency. (#1497) 5 years ago
Ed Welch 35dd07c4e0 fixes a panic where prefetch could try to operate on a nil object (#1499) 5 years ago
Marco Pracucci ec40515d31 Added max streams per user global limit (#1493) 5 years ago
Marco Pracucci ce407d3276 Add ingestion rate global limit support (#1486) 5 years ago
Cyril Tovena 33f70b70ce
Add duplicates info and remove timing informations. (#1496) 5 years ago
Ed Welch 7c4906786d pre-fetch the next chunk in parallel to processing the current chunk such that we aren't waiting for fetches from GCS and spend all our CPU time decompressing and processing (#1495) 5 years ago
Owen Diehl a1d090e161 Fix/deadlock frontend queue (#1490) 5 years ago