Skip to content

Commit

Permalink
added grafana conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mj0nez committed Mar 8, 2023
1 parent 1c3bcec commit 37924fa
Show file tree
Hide file tree
Showing 3 changed files with 1,368 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ Restart the setup:

Bring all containers down, make sure they are stopped and remove them as well as the created bridge network afterwards.


setup the data sources in grafana:

pay attention to the auth of loki:
custom header key: "X-Scope-OrgID" val:1 see: https://github.com/grafana/loki/blob/main/production/docker/config/datasources.yaml

```
.\down.ps1
```
3 changes: 2 additions & 1 deletion compose-observe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ networks:

services:
grafana:
# image: grafana/grafana-oss:latest
# image: grafana/grafana-oss:9.4.3
image: grafana-custom:9.4.3
container_name: grafana
environment:
Expand All @@ -29,6 +29,7 @@ services:
- 3000:3000
volumes:
- grafana-storage:/var/lib/grafana
- ./grafana/conf.ini:/etc/grafana/grafana.ini
depends_on:
- grafana-db
labels:
Expand Down
Loading

0 comments on commit 37924fa

Please sign in to comment.