cd_e2e_monitoring_config/onboarding/CD_managementZone/dashboard
qxz15oi e648a9987c onboarding connected-oauth-service 2021-04-06 14:38:01 +02:00
..
README.md onboarding connected-oauth-service 2021-04-06 14:38:01 +02:00
dashboard.yaml onboarding connected-oauth-service 2021-04-06 14:38:01 +02:00
defaultINTTEST.json guidelines / templates redefined 2021-03-31 13:02:29 +02:00
defaultPRODE2E.json guidelines / templates redefined 2021-03-31 13:02:29 +02:00

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?
    1. Modify the dashboard within the Dynatrace UI with the intended changes.
    2. Copy the JSON of the dashboards. (Can be found under the dashboard settings)
    3. Paste the copied JSON under the Monaco JSON, overwrite it.
    4. 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>