Issues · grafana/loki · GitHub
https://github.com/grafana/loki/issues4. Loki Canary writes to standard out, not a log. #5064 opened 4 days ago by pwlawe. 1. Add usage reporting capability for Loki to (optionally) send usage stats to Grafana Labs. #5062 opened 4 days ago by slim-bean. DynamoDB autoscaling did not work due to metric names. mismatch. #5061 opened 4 days ago by singh9vj.
GitHub - grafana/loki: Like Prometheus, but for logs.
github.com › grafana › lokiloki is the main server, responsible for storing logs and processing queries. Grafana for querying and displaying the logs. Loki is like Prometheus, but for logs: we prefer a multidimensional label-based approach to indexing, and want a single-binary, easy to operate system with no dependencies. Loki differs from Prometheus by focusing on logs ...
Releases · grafana/loki · GitHub
https://github.com/grafana/loki/releasesLoki 2.4.1. This is a patch fix release which fixes two important bugs found in the 2.4.0 release: PR 4687 owen-d: Fixes a compactor panic when not using a tenant overrides file.; PR 4681 slim-bean: Fixes an incorrect initialization of the read target resulting in query gaps after a chunk is flushed and before the querier would download new index tables. ...
GitHub - grafana/loki: Like Prometheus, but for logs.
https://github.com/grafana/lokiLoki can be run in a single host, no-dependencies mode using the following commands. You need go, we recommend using the version found in our build Dockerfile $ go get github.com/grafana/loki $ cd $GOPATH /src/github.com/grafana/loki # GOPATH is $HOME/go by default. $ go build ./cmd/loki $ ./loki -config.file=./cmd/loki/loki-local-config.yaml ...