Skip to content

Commit

Permalink
chore: renames and changes + historical sync 256 and fix dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
derrandz committed Feb 22, 2023
1 parent 5c10a5d commit 178b239
Show file tree
Hide file tree
Showing 43 changed files with 4,860 additions and 716 deletions.
15 changes: 14 additions & 1 deletion build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,19 @@ services:
- "4317:4317" # OTLP gRPC receiver
- "4318:4318" # OTLP http receiver

grafana:
container_name: grafana
image: bitnami/grafana:9.2.4
ports:
- 3001:3000
restart: unless-stopped
volumes:
- ${PWD}/grafana/datasources:/etc/grafana/provisioning/datasources
- ${PWD}/grafana/dashboards/:/etc/grafana/provisioning/dashboards/
- ${PWD}/grafana/dashboards/:/var/lib/grafana/dashboards/
- grafana-data:/var/lib/grafana

volumes:
prometheus-data:
loki-data:
loki-data:
grafana-data:
Loading

0 comments on commit 178b239

Please sign in to comment.