- Jan 29, 2019
-
-
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
-
- Jan 09, 2019
-
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
- Dec 29, 2018
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Joseph Salisbury authored
-
- Dec 24, 2018
-
-
Marcos Faria Arruda authored
-
- Dec 20, 2018
-
-
Vangelis Katsikaros authored
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
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>
-
Michael Raimondi authored
-
Carl Bergquist authored
-
- Dec 19, 2018
-
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
Goutham Veeramachaneni authored
* Cut new blocks once the existing ones are full Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com> * Address PR comments Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
- Dec 18, 2018
-
-
Tom Wilkie authored
* Clarify what we mean by 'like Prometheus, but for logs'. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Typos. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
-
Tom Wilkie authored
* Support for JSON, not just protos. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * s/timestamp/ts/ Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
* Add link to protobuf and client library to API docs. * Link to API docs from README Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Add more words about auth. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Goutham Veeramachaneni authored
* Fix stream tracking metric Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com> * Track lines and bytes received per user Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com> * Use instance instead of org Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com> * Nuke dead code Usage has been removed as part of perf-optimisation: https://github.com/cortexproject/cortex/commit/3006e3901d607f25fa2e213ae05d00380e80a8bc#diff-180f56d9aaf5a9aa079e6fc9cfcf1bc8L365 Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
Dieter Plaetinck authored
* Loki is a component, not the entire stack * Loki has a capital el.
-
- Dec 17, 2018
-
-
Julien Garcia Gonzalez authored
* Add loki helm chart Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * Add promtail helm chart Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * Update loki conf from comment Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * Update promtail conf from comment Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * Update values from comment Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * adding resources limit and request Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * update README Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * rename to daemonset promtail Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * use masger for loki Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * Move into production repo, re-add readme. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Move to production folder Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * Review feedback; add instructions for installing Grafana with helm. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-