Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/tools/dev/k3d/README.md

800 B

Deploy Loki to k3d for Local Development

Pre-requisites

In order to use the make targets in this directory, make sure you have the following tools installed:

Note: in case docker is unable to resolve the local k3d registry hostname, add the following entry to the /etc/hosts file:

127.0.0.1 k3d-grafana

Spinning Up An Environment

Each environment has it's own make target. To bring up loki-distributed, for example, run:

make loki-distributed

Tearing Down An Environment

The down make target will tear down all environments.

make down