Skip to content

Commit

Permalink
changed app developer dashboard to new dashboard id (#764)
Browse files Browse the repository at this point in the history
* changed app developer dashboard to new dashboard id

* fix typo
  • Loading branch information
ehearneRedHat committed Jul 18, 2024
1 parent b89a6ac commit 238923b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Check and upload each dashboard if it has changed
if [[ "$changed_files" == *"examples/dashboards/app_developer.json"* ]]; then
echo "Uploading App Developer Dashboard"
curl -X POST -F "json=@./examples/dashboards/app_developer.json" -H 'Content-Type: multipart/form-data' -H "Authorization: Basic $auth" "https://www.grafana.com/api/dashboards/20970/revisions"
curl -X POST -F "json=@./examples/dashboards/app_developer.json" -H 'Content-Type: multipart/form-data' -H "Authorization: Basic $auth" "https://www.grafana.com/api/dashboards/21538/revisions"
fi
if [[ "$changed_files" == *"examples/dashboards/business_user.json"* ]]; then
Expand Down
2 changes: 1 addition & 1 deletion doc/observability/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ There are some example dashboards uploaded to [Grafana.com](https://grafana.com/

| Name | ID |
| ----------- | ----------- |
| [App Developer Dashboard](https://grafana.com/grafana/dashboards/20970) | `20970` |
| [App Developer Dashboard](https://grafana.com/grafana/dashboards/21538) | `21538` |
| [Business User Dashboard](https://grafana.com/grafana/dashboards/20981) | `20981` |
| [Platform Engineer Dashboard](https://grafana.com/grafana/dashboards/20982) | `20982` |

Expand Down

0 comments on commit 238923b

Please sign in to comment.