Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morzhanov/loki-grafana

An example of using Loki with Grafana for an Golang app monitoring.
https://github.com/morzhanov/loki-grafana

Last synced: 5 days ago
JSON representation

An example of using Loki with Grafana for an Golang app monitoring.

Awesome Lists containing this project

README

        

# loki-grafana

An example of using Loki with Grafana for an Golang app monitoring.

## Running
```bash

cd ./deploy
docker-compose up -d

cd ..
go run ./cmd/main.go

```

After that you could go to `http://127.0.0.1:3000` and setup Loki data source in the Grafana UI.