- Mar 06, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Ed authored
* adding a few more test cases for entry parsing docker format * adding testify assert and require to clean up tests * some tweaking to improve readability
-
- Mar 05, 2019
-
-
Ed authored
Adding a configurable timeout for calls to the loki server. Updating promtail test to set sane defaults for all configurations and then override for testing. Removing .idea folder from .gitignore, we should encourage people (and myself) to use global ignore for IDE configs
-
Scott Brenner authored
Already happened, safe to remove?
-
- Mar 04, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- Feb 25, 2019
-
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
David authored
-
Baokun Lee authored
Signed-off-by:
kun <oiooj@qq.com>
-
- Feb 22, 2019
-
-
David authored
cmd/logcli: support load config from file
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Feb 20, 2019
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.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
-