- 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
-
-
Xiang Dai authored
* Add target config Support costomize target config. Signed-off-by:
Xiang Dai <764524258@qq.com> * Update default value Signed-off-by:
Xiang Dai <764524258@qq.com> * bump helm version Signed-off-by:
Xiang Dai <764524258@qq.com>
-
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>
-
Xiang Dai authored
* Enable tracing loki in helm chart Tracing support from #328, need to support config in helm chart Signed-off-by:
Xiang Dai <764524258@qq.com> * Use camel case for variables Signed-off-by:
Xiang Dai <764524258@qq.com> * update condition Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
- Apr 25, 2019
-
-
Arjen van der Have authored
* Make Loki url scheme configurable and add optional authentication in helm chart * Added help text in README and changed propery names based on code review
-
- Apr 24, 2019
-
-
Sverre Boschman authored
-
- Apr 23, 2019
-
-
Sverre Boschman authored
-
- Apr 12, 2019
-
-
Juan Manuel authored
Added option that loki service run as nodeport
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.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>
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Apr 10, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
Sverre Boschman authored
-
- Apr 09, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- Apr 04, 2019
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Apr 03, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- Apr 02, 2019
-
-
Edward Welch authored
Fixing lagging alert to also catch when the read_bytes is past the end of the file. Adding an alert to let us know if we are missing tailing of any files.
-
- Mar 30, 2019
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Mar 26, 2019
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Mar 25, 2019
-
-
Ryan Bonham authored
Dropping liveness/readiness probe from promtail helm template as there is not health checks currently.. Can add back once something exist and we can do so without if statements..
-
Ryan Bonham authored
-
Ryan Bonham authored
-
Ryan Bonham authored
-
Ryan Bonham authored
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
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>
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
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>
-
Ed authored
* Adding the metric promtail_file_bytes_total which will report on the total size of each file with an active tailer. Added an alert which will fire whenever the total bytes for a file is 100kb or more ahead the read bytes for more than 15mins. Added an additional alert to track client bytes ready to send (encoded bytes) vs actually sent so we can add an alert on promtail send failures and still track stats on encoded bytes being sent. * Moving where we update the total file bytes outside the tailer so it shouldn't get hung up by tailer issues. * Recording file size based on Glob matches rather than what we are tailing to give even better insight
-
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>
-