- Feb 04, 2019
-
-
woodsaj authored
kubelet creates a new log file when a container is restarted. So we need to catpure all log files in the `/var/logs/pods/<uid>/<container_name>/` dir.
-
- Feb 01, 2019
-
-
Goutham Veeramachaneni authored
* Flush idle chunks properly Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com> * Review feedback Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com> * Review feedback. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Check the correct chunk is full before appending a new chunk. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Add the config to helm and ksonnet too. Signed-off-by:
Tom Wilkie <tom.wilkie@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>
-
- Jan 29, 2019
-
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
- Jan 22, 2019
-
-
woodsaj authored
-
- Jan 21, 2019
-
-
woodsaj authored
-
- Jan 19, 2019
-
-
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
-
- Jan 10, 2019
-
-
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
-
- Dec 20, 2018
-
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
* Improve ksonnet to be more manageable Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com> * Compress config into a single structure. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Various fixes - s/config/$._config/ Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
- Dec 18, 2018
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Dec 17, 2018
-
-
Tom Wilkie authored
* Move all the config for various ways of deploying Loki into one place. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Fix reference to consul ksonnet module. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Move getting started docs into the production dir. Remove the raw docker commands, only use the compose file. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Spell production correctly. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Tweaks Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Tweak docs and docker compose setup; put config in images. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * typo Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-