Commit Graph

854 Commits (9e33f8f6b7fe35a395ef8fec08fc9554e3ad2346)

Author SHA1 Message Date
Cyril Tovena 9e33f8f6b7
Fixes races in multiline stage and promtail. (#3302) 4 years ago
Cyril Tovena 15b6235cae
Fixes step encoding in logcli. (#3325) 4 years ago
Owen Diehl 47e7ec5ec6
adds some flushing instrumentation/logs (#3340) 4 years ago
Owen Diehl 862cfa4e1f
adds Start() method to WAL interface to delay checkpointing until after replay (#3339) 4 years ago
Sandeep Sukhani 76e713f57d
reduce number of list calls on shared object store when using boltdb-shipper (#3283) 4 years ago
Owen Diehl 8a9b94a8bc
removes recover flag (#3326) 4 years ago
Ed Welch 407afce0e3
Loki: fix validation error and metrics (#3307) 4 years ago
Danny Kopping feb7fb470b
LogQL: Simple JSON expressions (#3280) 4 years ago
Gregory Brzeski 6c8fdd68aa
fix typo in config variable name: BookmarkPath (#3298) 4 years ago
Cyril Tovena 82cead2af7
Increase the windows bookmark buffer. (#3303) 4 years ago
Owen Diehl 5f0c06ac3a
Logql/absent label optimization (#3299) 4 years ago
Dmitry Ukolov 2a51fb42bf
Distributor: Loki API can receive gzipped JSON (#3291) 4 years ago
Kaviraj 59a34f9867
Make incoming labels from gcp into Loki internal labels. (#3285) 4 years ago
Jacob Lisi 923671a17e
chore: update cortex to latest and fix refs (#3295) 4 years ago
Kaviraj d667dd20f2
Avoid putting all the GCP labels into loki labels (#3284) 4 years ago
Cyril Tovena 3bd725e826
Fixes logfmt parser hints. (#3279) 4 years ago
Chance Zibolski 054b8fcc91
logcli: Refactor logcli Client interface to use time.Time and time.Duration for LiveTailQueryConn method (#3271) 4 years ago
Owen Diehl 4d1c6e0169
adds another test (#3278) 4 years ago
Cyril Tovena 72b3acb925
Windows events (#3246) 4 years ago
Cyril Tovena e8cce09de2
Fix a bug with metric queries and label_format. (#3263) 4 years ago
Karsten Jeschkies 287244d110
Update vendored Cortex to 0976147451ee (#3267) 4 years ago
Chance Zibolski 91974e0cfe
logcli: Fix handling of logcli query using --since/--from and --tail (#3270) 4 years ago
李国忠 0986d8dafe
[ingester_query] change var "clients" to "reps" (#3274) 4 years ago
Ed Welch b4eeddc710
Loki migrate-tool (#3151) 4 years ago
Jacob Lisi c3d1937eab
update vendored cortex and add new replace overrides (#3256) 4 years ago
Sandeep Sukhani d357ad9e58
fix broken json logs push path (#3261) 4 years ago
Ed Welch 51952dafc1
Loki: Log a crude lag metric for how far behind a client is. (#3236) 4 years ago
Cyril Tovena 1a36874e1c
Ensure we have parenthetis for bin ops. (#3251) 4 years ago
Sandeep Sukhani db14ff193c
limit query range in async store for ingesters when query-ingesters-within flag is set (#3201) 4 years ago
Cyril Tovena 3e46067cbb
Fixes a bug where slice of Entries where not zeroed before decoding json. (#3249) 4 years ago
Owen Diehl 224e68a50b
WAL backpressure (#3218) 4 years ago
Thibault Deutsch 2bbf4b21c3
logcli: support --include-label when not using --tail (#3229) 4 years ago
Cyril Tovena 8716e24518
Allocate entries array with correct size while decoding WAL entries. (#3241) 4 years ago
Cyril Tovena a5cb38d54c
Fixes unmarshalling of tailing responses. (#3237) 4 years ago
Cyril Tovena 33abab5e42
Cortex update pre 1.7 (#3215) 4 years ago
Jeroen Veltman 5d6343c1d0
Fix(pkg/promtail) CVE-2020-11022 JQuery vulnerability (#3224) 4 years ago
Michel Hollands 2afebbc064
Add config endpoint (#3228) 4 years ago
Cyril Tovena d976079992
Fixes previous commit not using the new sized body. (#3234) 4 years ago
Cyril Tovena 567ccde0b6
Re-introduce https://github.com/grafana/loki/pull/3178. (#3233) 4 years ago
Cyril Tovena a70e68862b
Rename checkpoint proto package to avoid conflict with cortex. (#3217) 4 years ago
Robert Fratto da54d33e33
promtail: pass registerer to gcplog (#3191) 4 years ago
Cyril Tovena fd619b6931
Fixes tail api marshalling for v1. (#3211) 4 years ago
Cyril Tovena e74eb549ba
Reverts flush buffer pooling. (#3210) 4 years ago
Cyril Tovena ba0df61531
Fixes panic when using multiple client with the same prometheus registry. (#3207) 4 years ago
Cyril Tovena ea488f9940
Improve ingester flush memory usage. (#3200) 4 years ago
Cyril Tovena 07ece2bc2a
Improve checkpoint series iterator. (#3193) 4 years ago
Cyril Tovena 0a81f70800
Improves checkpointerWriter memory usage (#3188) 4 years ago
Owen Diehl b861757b34
Ignore flushed chunks during checkpointing (#3195) 4 years ago
Cyril Tovena 5eee25b560
Fixes unwrap expressions from last optimization. (#3194) 4 years ago
Cyril Tovena 070246c0a4
Uses custom json-iter decoder for log entries. (#3163) 4 years ago