loki
Here are 106 public repositories matching this topic...
-
Updated
Aug 11, 2020 - Java
-
Updated
Sep 16, 2020 - Go
-
Updated
Sep 14, 2020 - HTML
-
Updated
Oct 7, 2020 - Shell
I want to reduce the amount of log-spam in the DB logs. Is there a better way of executing the CREATE DATABASE queries? Postgres doesn't have the WHERE NOT EXISTS clause - but it's still possible to check if tables are already present.
I'm not sure where these originate from - heplify-server, homer-app, or some other script.
2020-05-29 04:54:15.076 UTC [1] LOG: received sm
-
Updated
Aug 29, 2017 - Vala
-
Updated
Nov 7, 2018 - Elixir
i see there is anew feature there, to export the call flow as a PNG, which is great. However the exported PNG does not include the IP address in the top of the call flow tab. can you have a look into that?
thanks again :)
Update API
The Loki API has changed: https://github.com/grafana/loki/blob/master/docs/api.md
-
Updated
Oct 5, 2019 - Go
-
Updated
Oct 7, 2020 - C++
PR #4 included (among other changes) the removal of ipinfo.io as a geolocation provider. We had several reasons for this:
- We are able to get the country data even without any additional provider thanks to Cloudflare.
- ipinfo.io required a subscription which meant one additional step for potential users.
With this change, the README needs to be updated.
TODO:
- Remove the
IPINFOl
-
Updated
Oct 6, 2020 - Dockerfile
-
Updated
Sep 9, 2020 - Go
There's a bunch of tests that don't work, mostly because the fixtures in ./test/fixtures.json are invalid. This is because there's less data processing happening in 6.0.0 before sending than before. Logs in this version only get formatted and stringified just before sending out for easier processing.
-
Updated
Feb 27, 2020 - Go
-
Updated
Nov 26, 2017
-
Updated
Aug 5, 2019 - Shell
-
Updated
Jul 29, 2020 - Dockerfile
-
Updated
Oct 5, 2020 - Go
Improve this page
Add a description, image, and links to the loki topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the loki topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
With the yaml based config and options inherited from cortex etc its easy to make mistakes in the loki config file that don't manifest until runtime. Right now the only way to test the config, per the team on Slack, is to run loki on it. This is fine for a manual check but it becomes difficult to work with in CI environments.