|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| dashboard.yaml | ||
| default.json | ||
README.md
Update dashboard configuration
- Configuration changes (like in dashboards, alerting profiles) must be done via a pull request. Changing a dashboard just in the environment, will cause that it will be overwritten by Monaco.
- How to generate changes in your dashboards?
- Modify the dashboard within the Dynatrace UI with the intended changes.
- Copy the JSON of the dashboards. (Can be found under the dashboard settings)
- Paste the copied JSON under the Monaco JSON, overwrite it.
- Commit and pull request to merge the branch to the master:
git add <changes> git commit -m "<app_name> configuration changes" git push -u origin <branch>