- Sep 15, 2019
- Sep 13, 2019
-
-
Edward Welch authored
-
Edward Welch authored
This reverts commit 6185d543
-
Joe Elliott authored
* Added custom marshaller for Entry Signed-off-by:
Joe Elliott <number101010@gmail.com> * Added comment and test Signed-off-by:
Joe Elliott <number101010@gmail.com> * Fixed spelling error * Added a custom marshaller to map entries => values * Added support for labels Signed-off-by:
Joe Elliott <number101010@gmail.com> * Changed test to only check to the microsecond level Signed-off-by:
Joe Elliott <number101010@gmail.com> * Extended Entry tests Signed-off-by:
Joe Elliott <number101010@gmail.com> * Swapped to nanosecs encoded as strings * Cleaned up docs with new loki paths. Removed references to deprecated endpoints * Added support for /loki/api/v1/push Signed-off-by:
Joe Elliott <number101010@gmail.com> * Removed obsolete comment Signed-off-by:
Joe Elliott <number101010@gmail.com> * Updated docs for new push endpoint Signed-off-by:
Joe Elliott <number101010@gmail.com> * Ran gofmt on test file Signed-off-by:
Joe Elliott <number101010@gmail.com> * Set GOGC=20 on test to avoid out of memory issue in circle ci Signed-off-by:
Joe Elliott <number101010@gmail.com>
-
- Sep 12, 2019
-
-
Joe Elliott authored
Signed-off-by:
Joe Elliott <number101010@gmail.com>
-
- Sep 11, 2019
-
-
Cyril Tovena authored
-
Alexander Danilov authored
Co-authored-by:
Alexander Danilov <smilingnavern@joom.com>
-
Edward Welch authored
-
- Sep 10, 2019
-
-
Robert Fratto authored
/etc/machine-id must be mounted in the container for promtail to know which systemd journal to read from.
-
oddlittlebird authored
Fixed two broken links
-
Edward Welch authored
prefix all the new api paths with `/loki` to make routing/use a little easier and be more similar to cortex. also included the `tail` path with the new api such that we can eventually deprecate all the old paths
-
sh0rez authored
When the label validation in the distributor failed, it was reported as 500 Internal Server Error instead of 400 BadRequest. Fixes that.
-
Sandeep Sukhani authored
Change unit of duration params to hours to align it with duration config at other places in Loki (#998) * Change unit of duration params to hours to align it with duration config at other places in Loki other configurations like periodic table duration, retention are set in hours so this change makes duration config for backup tool consistent and easy to manage configurations * update parent docker image for bigtable backup tool
-
- Sep 09, 2019
-
-
Marco Pracucci authored
-
Edward Welch authored
-
Robert Fratto authored
-
Edward Welch authored
use the loki-build-image for calling circle, this is the same as what the circle job we are replacing did
-
Edward Welch authored
-
Edward Welch authored
-
Edward Welch authored
add make to the alpine image used by drone to call the circle job for deployments (we use make to enumerate the image names)
-
sh0rez authored
Drone workspace was overwriting whole GOPATH, which made our executables go away
-
sh0rez authored
Moves the continuous deploy call from CircleCI to drone, because the images are now built there.
-
sh0rez authored
* chore(ci/cd): breaking the circle As the trial period for drone.io went really well (not a single failed build, apart from merge-failures), I think it is time to make the switch to the new, native ARM and much more performant platform. This should fix all kinds of issues and be a solid architecture for the future to level up our CI/CD in terms of performance and reliability. * chore(packaging): drone.io check stage Adds a check stage to the drone pipeline to lint and test
-
sh0rez authored
Simplifies tagging by removing conditionals and always publishing as `latest` and for images also `master` on all builds (including tags). Also fixes the tagging of the docker-driver, latest tag is back!
-
Tom Granot-Scalosub authored
Possibly more links are broken?
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Minh Danh authored
-
Minh Danh authored
-
- Sep 06, 2019
-
-
sh0rez authored
Builds the loki server binary for windows as well
-
Robert Fratto authored
-
Robert Fratto authored
-
Robert Fratto authored
-
Robert Fratto authored
-
sh0rez authored
-
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
-