Skip to content

Commit

Permalink
add datasource/uid warning in dev README
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemontero committed Sep 29, 2023
1 parent d74e4d6 commit 15e4296
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ To iterate on your dashboard (deploying with `--use-current-branch`):
3. Click the "Share" icon to save the dashboard to JSON.
4. Copy the JSON into the pipeline-service-dashboard.json file, located in
`operator/gitops/argocd/grafana/dashboards`.
5. Commit the updated JSON, push to your branch, and verify the dashboard is
5. Remove any `datasource` references with `uid` entries. Those `uid` entries will not work on staging or prod. And if you are editing the JSON file form staging or prod, those `uid` entries will become stale.
6. Commit the updated JSON, push to your branch, and verify the dashboard is
updated once ArgoCD syncs your repository.

## Components
Expand Down

0 comments on commit 15e4296

Please sign in to comment.