- Jun 12, 2019
-
-
Steven Sheehy authored
* Helm chart integration testing Signed-off-by:
Steven Sheehy <ssheehy@firescope.com> * Don't check helm version on every push Signed-off-by:
Steven Sheehy <ssheehy@firescope.com> * Remove chart upgrade testing Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- Jun 10, 2019
-
-
Cyril Tovena authored
-
sh0rez authored
Because of the logger being initialized before the configuration file is parsed, the log_level from the config file is ignored. To solve this, the logger is reinitialized after the file is parsed, as it is already being done in promtail.
-
- Jun 07, 2019
-
-
sh0rez authored
* fix(promtail/targets): remove dependency on prometheus/relabel `filetargetmanager.go` had a dependency on prometheus/relabel, a package that has been removed in favor of prometheus/pkg/relabel. This converts the code to the new package, to allow the prometheus vendor be updated to master * chore(vendor): update prometheus vendor Updates prometheus vendor to current master, to add support for InitContainers in kubernetes service discovery * chore(vendor): do dep's homework Gives dep hints on how to resolve the vendor so that it work * fix(promtail/targets): non-nil check Accidentally checked against the wrong labelSet, this one can never get nil
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Jun 06, 2019
-
-
sh0rez authored
Build promtail on linux and windows, discard artifacts
-
sh0rez authored
Updates cortex vendor to get the changes from cortexproject/cortex#1431. Required for making promtail build on Windows Signed-off-by:
sh0rez <me@shorez.de>
-
- Jun 04, 2019
-
-
Cyril Tovena authored
-
- Jun 03, 2019
-
-
Edward Welch authored
-
Edward Welch authored
-
Edward Welch authored
-
Edward Welch authored
-
Edward Welch authored
-
Edward Welch authored
-
Edward Welch authored
removed helm entry in scrape_config.sh because there doesn't seem to be anyway to make it work with new pipeline config
-
- Jun 01, 2019
-
-
Andrey Sidorov authored
-
- May 31, 2019
-
-
Edward Welch authored
renaming `metric` stage to `metrics` as it defines multiple metrics, similar to labels stage which is also plural. Adding a couple unit tests to regex and json stage to act as examples
-
Edward Welch authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Edward Welch authored
cleaning up GoDoc pipeline_name is now optional for matcher stage
-
Edward Welch authored
refactored and improved some of the tests, each stage type should now have a test using actual YAML A few TODO's remaining and some comment cleanup
-
Edward Welch authored
metric test is still failing because of missing metrics when the counter is 0 added a lot of TODO's I need to go back and cleanup
-
Edward Welch authored
Making the pipeline itself a Stage so that we can use it to better implement the Match stage (and it cleans up the Docker and CRI extensions some too) Still needs to fix the metrics test
-
Edward Welch authored
Still needs: Matcher stage work, pipeline test work
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Robert Heim authored
-
- May 30, 2019
-
-
Sandeep Sukhani authored
* Reject entries based on age set in limits
-
Sandeep Sukhani authored
-
- May 29, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-