- Aug 07, 2019
-
-
Edward Welch authored
-
Martin Baillie authored
These are optional objects guarded by `serviceMonitor.enabled`. Chart minor version also receives a bump.
-
Marco Pracucci authored
-
Sandeep Sukhani authored
* preload all the historic entries before query context is cancelled * fix lint error
-
Sandeep Sukhani authored
-
Sandeep Sukhani authored
-
- Aug 06, 2019
-
-
Marco Pracucci authored
-
Edward Welch authored
-
Aditya C S authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
- Aug 05, 2019
-
-
Cyril Tovena authored
-
Sandeep Sukhani authored
-
Sandeep Sukhani authored
-
Sandeep Sukhani authored
Querying logs in backward direction, then fetching all the logs upto the query limit and then iterating over it in reverse order
-
Aditya C S authored
-
Marco Pracucci authored
-
- Aug 02, 2019
-
-
Edward Welch authored
-
Ed authored
-
sh0rez authored
This PR sets up an automated release pipeline to cross compile build artifacts and publish them to github. mitchellh/gox is used for building, ghr for publishing
-
Cyril Tovena authored
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
Cyril Tovena authored
-
Cyril Tovena authored
Also adds more tests for the store
-
Sandeep Sukhani authored
* Tool for creating and managing periodic tables stored in Bigtable It has 2 commands: 1. backup-active-periodic-table: For backing up active periodic table 2. ensure-backups: It helps ensure right tables are backed up and retain only single backup for non active periodic tables
-
- Aug 01, 2019
-
-
Cyril Tovena authored
* replace gzip golang package by github.com/klauspost/compress * cleanup import * revert grafana tag image
-
Cyril Tovena authored
-
Edward Welch authored
* Primarily this stop deletion of the generated file on a `make clean` which keeps the working directory diff free * The generated file now checks all the input files to see if there are changes to determine if the target needs to be run * Updated check-generated-files to include the promtail generated ui file
-
sh0rez authored
-
sh0rez authored
-
sh0rez authored
- bump build image to 0.4.0 - re-gen protos - re-add deploy task
-
Ed authored
-
Alessio Martorelli authored
* Helm chart: Added service monitor * Bumped loki-stack chart version * Bumped loki chart version
-
sh0rez authored
This finally adds support for multiple architectures!
Images are now built using BuildKit (actually img), Dockerfiles were parameterized to allow this. Containers are still built on alpine, using QEMU and binfmt as a kernel compatibility layer to allow RUN steps in these. CircleCI has been fully revamped, to speed up builds and de-duplicate the configuration. Makefile has been extended with additional logic to shadow the multi-arch to non-CI users. Happy hacking on Raspberry Pi and friends :) -
Michael authored
* Add release namespace for loki * Add Release namespace for promtail chart * Add Release namespace for loki-stack chart * Add doumentation * Increase chart version
-
- Jul 31, 2019
-
-
Marco Pracucci authored
Logcli used to inconsistently handle timezones in timestamps. This addresses this by adding a new `--timezone` / `-z` flag, to explicitly set the timezone the timestamps shall be formatted in. Furthermore it refactors the output framework inside of logcli to test it easier. Fixes #798
-
Fawad Halim authored
* Use single quote to avoid escaping regex
-
Aditya C S authored
Adds an example of how to setup the `GRAFANA_ADDR` environment variable when not using Grafana Cloud but rather a local or otherwise hosted instance of Loki
-
- Jul 30, 2019
-
-
Sandeep Sukhani authored
-
Cyril Tovena authored
* fix tail library logs to use our own log format * PR Feedbacks
-