- May 09, 2019
- May 08, 2019
-
-
Edward Welch authored
Updating docs Rebase fixes
-
Edward Welch authored
-
Edward Welch authored
-
Edward Welch authored
-
Edward Welch authored
adding CRI and Docker format pipeline stage extensions adding backwards compatibility with current config
-
Edward Welch authored
-
Cyril Tovena authored
-
Cyril Tovena authored
Co-authored-by:
Edward Welch <edward.welch@grafana.com>
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Edward Welch authored
-
Edward Welch authored
-
Edward Welch authored
Moved the check for already closed to make sure we honor this check when `immediate` flushing is requested
-
Tom Wilkie authored
-
Justin Thomas authored
-
Richard Metzler authored
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Tom Wilkie authored
Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- May 07, 2019
-
-
Ed authored
make clean removes `pkg/promtail/server/ui/assets_vfsdata.go` which meant the `pkg/promtail/server/ui/assets_vfsdata.go: assets` target is never activated causing a build error, updating to make the target hit on `server.go` which has a dependency on the deleted `assets_vfsdata.go` triggering a run of `make assets` before go builds that file (#555)
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
Cyril Tovena authored
* fix backward compatibility with client config * fix comment
-
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
-
Cyril Tovena authored
-
- May 06, 2019
-
-
Cyril Tovena authored
* add a custom server for loki with assets embedded * adds a targets page for promtail to see discovered files and labels * lint fixes * fix css table size * add service discovery logic * add service discovery template * add promtail pages documentation * ignored gen file in linter
-
Cyril Tovena authored
* switch to golangci-lint linter * fixes for review comments
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
- May 05, 2019
-
-
Ed authored
using the timestamp from the log file might lead to undesired behavior as it could be way in the past or future depending on the clock for the source system generating the logs. Given that it's compared to the servers time.Now() when looking for idle chunks it's probably best to use the server time when setting the value. (#546)
-
- May 03, 2019
-
-
Edward Welch authored
Adding `make debug` support to build debug binaries and debug containers which wrap the binary with delve and allow for remote debugging
-
Edward Welch authored
-