- Aug 07, 2019
-
-
Sandeep Sukhani authored
-
- Aug 06, 2019
-
-
Edward Welch authored
-
Aditya C S authored
-
- Aug 05, 2019
-
-
Cyril Tovena authored
-
- Aug 02, 2019
-
-
Edward Welch authored
-
- Jun 24, 2019
-
-
Edward Welch authored
-
- Jun 03, 2019
-
-
Edward Welch authored
-
- May 30, 2019
-
-
Sandeep Sukhani authored
* Reject entries based on age set in limits
-
- May 27, 2019
-
-
Sandeep Sukhani authored
* ksonnet changes for running loki in single bianry Added retention config with default values * Fixed indentation
-
- May 24, 2019
-
-
Sandeep Sukhani authored
* Update cortex vendor Use query max look back from cortex Update config changes from cortex Fixed breaking code due to updating cortex vendor * fixed linter error
-
- May 17, 2019
-
-
Goutham Veeramachaneni authored
* Fix local config: Use DayTime Psst, the date is the first commit date for loki ;) Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com> * Fix the config in ksonnet and helm too Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
- May 15, 2019
-
-
Sandeep Sukhani authored
-
- May 14, 2019
-
-
Edward Welch authored
-
Edward Welch authored
using an environment variable passed into an arg instead of reading the pod name from a file and the downardApi added a makefile
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
Goutham Veeramachaneni authored
* vendor: update cortex Don't be blocked on https://github.com/cortexproject/cortex/pull/1345 to be merged and still maintain the fork Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com> * add memcached ksonnet Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com> * commit generated proto Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
Edward Welch authored
improving tests config via flags added ksonnet config
-
- May 08, 2019
-
-
Edward Welch authored
Updating docs Rebase fixes
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- May 07, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
Cyril Tovena authored
* Adds the ability to provide multiple Loki URL For backward compatibility `client:` still works with flag. * add some tests for multi client * update ksonnet module to support multiple client * fix comment * fix lint issues
-
- Apr 30, 2019
-
-
Xiang Dai authored
* Add chunk_block_size option Introduce by #464. Signed-off-by:
Xiang Dai <764524258@qq.com> * fix white noise Signed-off-by:
Xiang Dai <764524258@qq.com> * Bump up helm version Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Apr 26, 2019
-
-
Goutham Veeramachaneni authored
* Revert "Make sure the default for EnforceMetricName is
✅ (#518)" This reverts commit 199746a1. * Fix overrides unmarshalling properly Signed-off-by:Goutham Veeramachaneni <gouthamve@gmail.com>
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
- 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>
-
- Mar 25, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- Mar 21, 2019
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Mar 20, 2019
-
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
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
-
- Mar 07, 2019
-
-
Nicholas Nezis authored
-
- Feb 20, 2019
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Feb 11, 2019
-
-
woodsaj authored
issue #313
-
- Feb 05, 2019
-
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
- 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>
-