Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/morzhanov/loki-grafana
- Owner: morzhanov
- Created: 2021-10-25T20:07:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T10:13:17.000Z (about 3 years ago)
- Last Synced: 2024-11-08T00:52:33.640Z (about 2 months ago)
- Language: Go
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loki-grafana
An example of using Loki with Grafana for an Golang app monitoring.
## Running
```bashcd ./deploy
docker-compose up -dcd ..
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.