cd_e2e_monitoring_config/BMW-Dynatrace-config/CD_lsc-hr/dashboard
rforstner 1906fa8d13 Dynatrace Onboarding missing lsc components 2021-04-21 11:28:26 +02:00
..
README.md Dynatrace Onboarding missing lsc components 2021-04-21 11:28:26 +02:00
dashboard.yaml Dynatrace Onboarding missing lsc components 2021-04-21 11:28:26 +02:00
default.json Dynatrace Onboarding missing lsc components 2021-04-21 11:28:26 +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>