Skip to content

Commit

Permalink
feat: update grafana credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
3n0ugh committed Jul 9, 2024
1 parent 0076edc commit 7d17642
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Debezium:
```
- Go to grafana dashboard: http://localhost:3000/d/edl1ybvsmc64gb/benchmark?orgId=1
> **Grafana Credentials**
Username: `admin` Password: `admin`
Username: `go-pq-cdc-user` Password: `go-pq-cdc-pass`
- Trace the process
![benchmark_dashboard](./dashboard.png)

Expand Down
1 change: 1 addition & 0 deletions benchmark/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
networks:
- cdc_net
volumes:
- ./grafana/grafana.ini:/etc/grafana/grafana.ini
- ./grafana/datasource.yml:/etc/grafana/provisioning/datasources/datasource.yaml
- ./grafana/dashboard.yml:/etc/grafana/provisioning/dashboards/main.yaml
- ./grafana/dashboards:/var/lib/grafana/dashboards
Expand Down
3 changes: 3 additions & 0 deletions benchmark/grafana/grafana.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[security]
admin_user = go-pq-cdc-user
admin_password = go-pq-cdc-pass

0 comments on commit 7d17642

Please sign in to comment.