- Feb 01, 2019
-
-
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>
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
- Jan 31, 2019
-
-
Tom Wilkie authored
* Update cortex to include optionally-enforce-metric-name Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Configure validation to allow 'metrics' without metric names. 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>
-
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
Also, make ErrOutOfOrder a HTTP 4xx error and continue to append even when we encourter an out of order entry. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Andrew Fake authored
-
- Jan 29, 2019
-
-
Ed authored
removing incorrect calling of positions.Stop from within a target as it runs single instance within promtail, moved the call to Stop up to promtail.go within the Shutdown() method. Should Fix #249 (#252)
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
* Fix the mixin to reference the mixin-utils pkg. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * s/g.selector/utils.selector/ Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Actually import utils. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Don't cut corners with replacing. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Anthony Woods authored
__path__ is now expected to be a `glob` match, not a directory. In k8s the "glob" expression needed is just the exact file path of the container log, which is `/var/log/pods/<podUID>/<container_name>/0.log`
-
Ed authored
* Adding a test for target.go Fixing some shutdown issues where tailers were stopped but didn't properly wait for the current position to be saved to file Fixed an issue where an empty directory would lead to nothing being tailed * adding more tests for target.go * renaming quitComplete -> done per feedback making PositionsFile private again, no reason for it to be public removed unnecessary save of empty file on creation of positions file * fixing lint errors * cleaning up some comments removing TODO around directories, added a test to verify behavior some more cleanup per review * fixing imports
-
- Jan 22, 2019
-
-
Anthony Woods authored
fix container_name label
-
woodsaj authored
-
- Jan 21, 2019
-
-
Anthony Woods authored
add external_labels support to promtail ksonnet
-
woodsaj authored
-
- Jan 19, 2019
-
-
Anthony Woods authored
add container_name label to logs
-
Anthony Woods authored
fixes #190 Pods can have multiple containers. This fix ensures that we collect logs for all containers.
-
- Jan 17, 2019
-
-
Anthony Woods authored
* allow promtail target path to be a glob match Promtail now expects __path__ to be a glob. All files that match the glob expression will be tailed. If new files are created that match the glob, they will immediately be tailed. * remove entry from positions file when file is deleted * fix syncing the current positions to positions file * handle file renames When a file is renamed a "rename" and a "create" event are sent. We need to treat the rename as a remove. If the new filename matches the path glob, then we will start tailing it when the "create" event is reveived. * lint
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Anthony Woods authored
* add beginnings of fluentd plugin * working fluentd output plugin for loki * refactor fluentd plugin - update the plugin to support extra_labels, label_keys, line_format and drop_single_key options - update rspec tests - update readme - build custom docker image for docker-compose - default to systemd input by default. * update readme todo section * remove extra license file
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Jack Baldry authored
-
- Jan 14, 2019
-
-
Ken Haines authored
-
Ye Ben authored
-
Dan Cech authored
-
- Jan 11, 2019
-
-
Adam Shannon authored
* all: update dependencies * Update some more dependancies and pin the right versions for Prometheus deps. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
- Jan 10, 2019
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Xiang Dai authored
* tools/promatail.sh: add DATAROOT option Signed-off-by:
Xiang Dai <764524258@qq.com> * ksonnet: support custom data root Signed-off-by:
Xiang Dai <764524258@qq.com> * Move dataroot setting to $._config.promtail_config.dataroot * whitespace fix * Update promtail.libsonnet
-