Skip to content

Commit

Permalink
feat(grafana): introduce a new dashboard to dsiplay user facing metri…
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Apr 4, 2023
1 parent ef22c5b commit 381e3b8
Show file tree
Hide file tree
Showing 15 changed files with 1,082 additions and 504 deletions.
1 change: 1 addition & 0 deletions docker/dashboards/risingwave-dev-dashboard.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docker/dashboards/risingwave-user-dashboard.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Expand Up @@ -177,7 +177,7 @@ services:
- "./grafana.ini:/etc/grafana/grafana.ini"
- "./grafana-risedev-datasource.yml:/etc/grafana/provisioning/datasources/grafana-risedev-datasource.yml"
- "./grafana-risedev-dashboard.yml:/etc/grafana/provisioning/dashboards/grafana-risedev-dashboard.yml"
- "./risingwave-dashboard.json:/risingwave-dashboard.json"
- "./dashboards:/dashboards"
environment: {}
container_name: grafana-0
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion docker/grafana-risedev-dashboard.yml
Expand Up @@ -11,6 +11,6 @@ providers:
updateIntervalSeconds: 1
allowUiUpdates: true
options:
path: /risingwave-dashboard.json
path: /dashboards
foldersFromFilesStructure: false

1 change: 0 additions & 1 deletion docker/risingwave-dashboard.json

This file was deleted.

2 changes: 1 addition & 1 deletion grafana/README.md
Expand Up @@ -14,7 +14,7 @@ source venv/bin/activate
pip install -r requirements.txt
```

And don't forget to include the generated `risingwave-dashboard.json` in the commit.
And don't forget to include the generated `risingwave-<xxx>-dashboard.json` in the commit.

## Generate Dashboard

Expand Down

0 comments on commit 381e3b8

Please sign in to comment.