diff --git a/.github/workflows/upload-dashboards.yaml b/.github/workflows/upload-dashboards.yaml index c4e2f6784..370ab522b 100644 --- a/.github/workflows/upload-dashboards.yaml +++ b/.github/workflows/upload-dashboards.yaml @@ -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 diff --git a/doc/observability/examples.md b/doc/observability/examples.md index 5169eb3a1..42039c3ab 100644 --- a/doc/observability/examples.md +++ b/doc/observability/examples.md @@ -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` |