- Apr 11, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- Apr 09, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- Mar 27, 2019
-
-
Edward Welch authored
-
- Mar 25, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- Mar 20, 2019
-
-
Tom Wilkie authored
* Add a scrape config for pods without name or app labels. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * rebase with master and update to prefer name label but fallback to controller name * Update scrape_config to use pod controller_name in the job If a pod has a "name" label we use that in the job name. Otherwise, - If the pod was created directly by a controller (statefulset, daemonset, job) then we use that controller_name. - if the pod was created by controller created by a controller (deployment, cronJob) then we use the parent controller name. - add a scrape_config.sh tool that generates the scrap_configs for promtail.sh and helm chart from the ksonnet lib. * Reduce duplication in jsonnet. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Fix rebase Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Tidy up promtail config imports. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Xiang Dai authored
* Tag with latest Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Mar 18, 2019
-
-
Nicholas Nezis authored
-
- Feb 11, 2019
-
-
woodsaj authored
issue #313
-
- 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.
-
- Jan 31, 2019
-
-
Andrew Fake authored
-
- Jan 29, 2019
-
-
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`
-
- Jan 19, 2019
-
-
Anthony Woods authored
fixes #190 Pods can have multiple containers. This fix ensures that we collect logs for all containers.
-
- Jan 14, 2019
-
-
Dan Cech authored
-
- 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 14, 2018
-
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
- Dec 10, 2018
-
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
- Dec 06, 2018
-
-
Dan Cech authored
-
- Apr 15, 2018
-
-
Tom Wilkie authored
-