Menu
Contributing to Loki
For the full contribution guide, see CONTRIBUTING.md in the root of the repository.
Building
Clone the repository and use make to build:
git clone https://github.com/grafana/loki.git
cd lokiRunning tests
make test # unit tests
make test-integration # integration tests (requires Docker, ~15 min)
make lint # run lintersContribute to the Helm Chart
Refer to production/helm/loki/CONTRIBUTING.md for chart-specific guidelines. The official Loki Helm chart is maintained in the grafana/helm-charts repository.