- Jul 05, 2019
-
-
sh0rez authored
When a more or less invalid config (e.g. `null`) is supplied, the log level prop of the config receives an invalid value which causes the logger to panic on re-init. Prevents this by checking for a nil log-level and notifies the user in case
-
Zeng Ming authored
-
Julius Laitala authored
* fluent-plugin: Mark as multi-workers ready * fluent-plugin: Add info on multi-worker usage to README
-
Gene Liverman authored
Fixes #715
-
- Jul 02, 2019
-
-
Edward Welch authored
removing entries.go as we are no longer using the custom Histogram for the log_entries_bytes histogram
-
Edward Welch authored
changing the log length histogram to be a normal histogram with only a `path` label, also removing the label values when no longer tailing the file. Following the same pattern we used for readBytes and totalBytes.
-
- Jul 01, 2019
-
-
Dieter Plaetinck authored
fix logcli code src path
-
Dieter Plaetinck authored
-
- Jun 20, 2019
-
-
Sandeep Sukhani authored
-
David authored
Remove useless config option
-
- Jun 19, 2019
-
-
Xiang Dai authored
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Sandeep Sukhani authored
* Improvements in live tailing of logs Instead of polling for new logs, a grpc stream is opened between ingester and querier to get live logs Querier reconnects to disconnected or newly added ingesters * Added more comments to code for live log tailing * Some code refactoring in live log tailing * handling delayfor in logcli, max delayfor to be 5 seconds * some changes in tail response in live tailing * Fixed issue with stopping ingesters gracefully when live tailing is being used * Added tests for tailer in querier * Live tailing made logql compatible, some code refactoring suggested in PR
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Jun 18, 2019
-
-
Jacob Lisi authored
updating the loki dashboards to use the metrics from the new gateway
-
Xiang Dai authored
-
- Jun 17, 2019
-
-
Edward Welch authored
-
Cyril Tovena authored
-
Edward Welch authored
Removing the pre-allocation of a buffer when serializing blocks, in most of my empirical testing we were using 9-10k out of the 32k allocated leaving about 2/3 of the buffer allocated and unused times the number of blocks per chunk, times the number of chunks kept in memory. This was adding up to a fair amount of allocated but unused space.
-
Brian Gann authored
component/integrations: rename fluent plugin
-
- Jun 14, 2019
-
-
Brian Gann authored
-
- Jun 13, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
Cyril Tovena authored
* fix docker plugin ci * use binary cache
-
Cyril Tovena authored
* adds first version of docker driver * without logrus and fixes some linter issue * fix the driver and start a build system * adds swarm label discovery * Add documentation and more targets * make the linter happy
* indent config.json * with circleci steps for master and branch * Review Feebacks
-
- Jun 12, 2019
-
-
Jad Chamoun authored
-
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
-