- Feb 19, 2019
-
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
- Feb 18, 2019
-
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
- Feb 15, 2019
-
-
David authored
Change image pull default policy to Always
-
David Kaltschmidt authored
- Loki and promtail are under heavy development, always pulling makes sure bug fixes are shipped
-
David authored
Loki pod needs secret mounting privileges
-
David authored
fixed promtail ds, it had deployment options
-
Ha Son Hai authored
-
David authored
-
David authored
-
David authored
-
- Feb 14, 2019
-
-
Ed authored
adding third party lib for Glob pattern matching which supports /**/ style subdirectory matching (#331) * adding third party lib for Glob pattern matching which supports ** refactor promtail_test to be easier to read and include more tests
-
- Feb 13, 2019
-
-
Ed authored
* Adding a sync() function to filetarget which runs on a timer to catch any events missed by fsnotify * moving where we mark the final position to avoid a race condition exposed in testing, we want to stop the tailer before shutting down our tailer loop * Fix changes from PR and refactor to remove circular imports and make config consistent * Adding an "integration" type unit test which tests promtail as a whole * fixing a bunch of imports I munged moved tailer to its own file refactoring filetarget to make synclogic easier to follow and reused as much as possible
-
- Feb 12, 2019
-
-
erkan authored
-
Justin Thomas authored
-
- Feb 11, 2019
-
-
Xiang Dai authored
* update helm values yaml - set persistence.enabled as 'false' as default since there is no pv as default - set persistence.storageClassName as 'default' since even if pv exists, pvc still need storageClassName: ``` Normal FailedBinding 8s (x4 over 35s) persistentvolume-controller no persistent volumes available for this claim and no storage class is set ``` Signed-off-by:
Xiang Dai <764524258@qq.com> * helm: delete duplicate empty blank Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Trent White authored
Added info about GrafanaCon at the top
-
Anthony Woods authored
dont add pods twice if they have app and name labels
-
woodsaj authored
issue #313
-
David authored
Add k8s part in docs
-
Tom Wilkie authored
* Include the stream's labels in OOO error responses. Also, read the body of error responses and log them. And retries 500s and connection errors. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Log close errors. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Update pkg/promtail/client/client.go Co-Authored-By:
tomwilkie <tomwilkie@users.noreply.github.com> * Log retries at warn, final errors at error. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Anthony Woods authored
* set currLabels when creating new heapIterator fixes #307 * update unit tests to ensure labels are set correctly
-
Tom Wilkie authored
Proves that they can accept multiple samples with the same timestamp. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
- Feb 09, 2019
-
-
Tom Wilkie authored
-
yubozhao authored
-
yubozhao authored
-
yubozhao authored
-
Julien Garcia Gonzalez authored
Co-Authored-By:
yubozhao <yubz86@gmail.com>
-
yubozhao authored
-
Julien Garcia Gonzalez authored
Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io>
-
Richard Towers authored
-
- Feb 08, 2019
-
-
Tom Wilkie authored
This was broken in a422f394. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
- Feb 07, 2019
-
-
Odin Ugedal authored
alpine:3.4 only contains a docker image for arm64, so building for other architectures doesn't work. The newest alpine relases, 3.9, is therefore better.
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
- Feb 06, 2019
-
-
Anthony Woods authored
fix promtail_request_duration metric
-
woodsaj authored
-