- 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
-
- Aug 18, 2019
-
-
Edward Welch authored
-
Ed authored
* Updating changelog for v0.3.0 * Fixing consecutive list problem by putting an empty html comment between lists
-
- Aug 17, 2019
-
-
Konstantin Misyutin authored
-
- Aug 15, 2019
-
-
sh0rez authored
* chore(packaging): set tag length to 7 relied on git approximation before, which causes problems with other parts of the automation. Because we do not need the tag to be strictly unique, but just to identify the latest version, limiting to 7 is fine. If this ever causes problems, raise the limit but make sure to update all other places as well. * chore(packaging): request at least 7 characters Co-Authored-By:
Dan Cech <dan@aussiedan.com>
-
sh0rez authored
brrrrrrr
-
sh0rez authored
Because drone.io provides us with native ARM runners, we evaluate the platform to figure out if it is a suitable replacement for CircleCI and qemu. Configuration is done using .drone/drone.jsonnet, the .drone/drone.yml is generated from that. Images are built on amd64, arm64 and arm, natively and without emulation. This allows to get rid of cross-compilation, which in turn allows more advanced builds (CGO, etc.) Hopefully this will make the CI faster and more reliable in the future. Let's see!
-
Robert Fratto authored
ingester.max_transfer_retries and ingester.lifecycler.{join_after, claim_on_rollout} have been added and set to match values proven to work for Cortex in production.
-
- Aug 14, 2019
-
-
Robert Fratto authored
Shutting the module down before shutting down the HTTP server enables metrics to continue to be collected while the module terminates. This change syncs up with how Cortex modules are shut down; the module is always terminated before the HTTP server. Fixes #819.
-
Marco Pracucci authored
-
dalance authored
Fix link format
-
- Aug 13, 2019
-
-
Ed authored
feat(ksonnet): make our ksonnet a little more modular by parameterizing the chunk and index stores (#874)
-
Ed authored
* make the missing entry lookup synchronous during tests to hopefully avoid races around the entry order and test verifications * playing around with timings some more to get all tests to pass even on a really slow machine
-
Cyril Tovena authored
-
Robert Fratto authored
File permissions on creation of positions.yaml will now be 0600 instead of 0700. Fixes #892.
-
Malte authored
`from: 0` throws ``` level=error ts=2019-08-07T12:02:15.385981107Z caller=main.go:48 msg="error loading config" filename=/etc/loki/local-config.yaml err="parsing time \"0\" as \"2006-01-02\": cannot parse \"0\" as \"2006\"" ``` `store: dynamo` throws: ``` level=error ts=2019-08-07T11:59:01.688427565Z caller=main.go:71 msg="error initialising loki" err="error initialising module: table-manager: Unrecognized storage client dynamo, choose one of: aws, cassandra, inmemory, gcp, bigtable, bigtable-hashed" ```
-
- Aug 12, 2019
-
-
Robert Fratto authored
This commit introduces a stopgap to get ARM builds working by temporarily disabling journal reading support on ARM platforms.
-
Ed authored
-
sh0rez authored
Due to an invalid usage of bash, the binary was always built for amd64. This fixes that and builds the correct one.
-
Robert Fratto authored
This commit modifies the Makefile to build promtail with CGO_ENABLED if both GOHOSTOS and GOOS are set to linux. To facilitate the Docker container utilizing the journal support, the container for promtail had to be modified to be based on top of debian. The sd-journal library depends on libsystemd.so being present at runtime. As alpine currently does not have a package for systemd, the easiest approach is to change the base image to debian:stretch-slim. A future solution for providing an alpine-based build will be considered in the future and discussion for the approach will be tracked in #838. This commit also updates the Dockerfile to default to using the latest loki-build-image. If a specific version is required, it should be provided as a build arg to docker build.
-
Marco Pracucci authored
-
- Aug 09, 2019
-
-
Aditya C S authored
-
asmito authored
update retention section in docs to recommend retention to be twice the duration of periodic table
-
- Aug 08, 2019
-
-
Michael Dai authored
* Fixed labels process test with same objects Signed-off-by:
jojohappy <sarahdj0917@gmail.com>
-
Sandeep Sukhani authored
-
- Aug 07, 2019
-
-
Edward Welch authored
Removing the loki-frontend dashboard as it only has one panel which is duplicated in the loki-reads panel, we can bring it back when add more to the loki frontend.
-
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
-