- Sep 06, 2019
-
-
sh0rez authored
-
sh0rez authored
- restructures the docs to make them easier to explore - rewrites promtail docs - unifies, shortens and extends docs
-
Edward Welch authored
use a global variable to wrap debug log statments in the pipeline to prevent unnecessary allocations when debug logging is not enabled
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Marco Pracucci authored
-
- Sep 05, 2019
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Cyril Tovena authored
-
Cyrill Troxler authored
-
Cyril Tovena authored
-
Alexander Pazukhin authored
-
Cyrill Troxler authored
Fixes #280
-
- Sep 04, 2019
-
-
Cyril Tovena authored
- keep supporting regex for old endpoint. - use reserved keyword for removed property in grpc
-
Robert Fratto authored
-
Ganesh Vernekar authored
Signed-off-by:
Ganesh Vernekar <cs15btech11018@iith.ac.in>
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
-
Cyril Tovena authored
- adds avg,min,max,top,bottomk,stddev,stdvar,count - updates api documentation - adds tests Improve yacc & go lexer to understand duration Remove support for regexp in all queries Clean up querier and logselector
-
- Sep 03, 2019
-
-
William Orr authored
Currently, it's difficult to determine what permissions Loki needs to operate against S3 and DynamoDB from the provided documentation. This commit adds the permissions necessary to operator Loki, to provide admins guidance on how they can run Loki with the least possible privilege.
-
Robert Fratto authored
The label used previously, important, implied precedence rather than just a desire to keep an issue alive.
-
Robert Fratto authored
See [probot-stale's](https://github.com/probot/stale) repository for full list of configuration options.
-
Marco Pracucci authored
-
- Aug 28, 2019
-
-
Sandeep Sukhani authored
-
Robert Fratto authored
prefix has been removed as a field in Cortex and needs to be removed from the ksonnet as well.
-
Sandeep Sukhani authored
* update cortex to latest master using v3.4.0-rc.1 for go.etcd.io/etcd v0.0.2 for github.com/prometheus/procfs v1.0.0 for github.com/prometheus/client_golang latest master for github.com/weaveworks/common with changes from https://github.com/weaveworks/common/pull/153 * fixed failing tests * use large instance for test and lint jobs in CircleCI * running only 6 test binaries in parallel * removed resource type change for CircleCI * changed GOGC to 10 for lint makefile target
-
Robert Fratto authored
-
Marco Pracucci authored
* Do not send the last batch from promtail on graceful shutdown if the batch is empty * Tested promtail Client.Handle()
-
- Aug 22, 2019
-
-
Sandeep Sukhani authored
-
- Aug 21, 2019
-
-
Robert Fratto authored
The journal scrape config in promtail has been updated to support a "max_age" field. max_age determines the oldest journal entry promtail will read when starting the journal reader. When unspecified, max_age defaults to 7h. Even if a position in the journal is saved in the promtail positions file, that position may be ignored if the entry corresponding to that position is older than the max_age cutoff time. Example promtail config for getting up to the last 12h of journal entries: server: http_listen_port: 9080 grpc_listen_port: 0 positions: filename: /tmp/positions.yaml clients: - url: http://localhost:3100/api/prom/push scrape_configs: - job_name: journal journal: max_age: 12h path: /var/log/journal labels: job: systemd-journal relabel_configs: - source_labels: ['__journal__systemd_unit'] target_label: 'unit'
-
Marco Pracucci authored
-
- Aug 20, 2019
-
-
Edward Welch authored
-
Xiang Dai authored
* add quota for sed Signed-off-by:
Xiang Dai <764524258@qq.com> * add comment for head Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Edward Welch authored
adding the beginnings of the release doc with steps, fixing a bug in the release_prepare.sh script and tweaking the output based on the current process.
-
Sandeep Sukhani authored
-
Sandeep Sukhani authored
* improvements in bigtable backup tool Added some metrics for monitoring of backup jobs Added a command to delete out of range backups, otherwise, there would be more backups than expected and alerts would start firing for unexpected backups
-
- Aug 19, 2019
-
-
Robert Fratto authored
-
Aditya C S authored
-