guidelines / templates redefined
parent
017b8b8d08
commit
1c6e8e3815
|
|
@ -13,7 +13,7 @@ To monitor your application with Dynatrace, please follow these steps:
|
||||||
1. Make sure you have access to Dynatrace. If not, follow this [link](https://atc.bmwgroup.net/confluence/display/OPAPM/User+Guide+-+Access+to+new+Dynatrace+Solution)
|
1. Make sure you have access to Dynatrace. If not, follow this [link](https://atc.bmwgroup.net/confluence/display/OPAPM/User+Guide+-+Access+to+new+Dynatrace+Solution)
|
||||||
2. Clone this repository in your local machine:
|
2. Clone this repository in your local machine:
|
||||||
|
|
||||||
`git clone https://atc.bmwgroup.net/bitbucket/scm/opapm/cd_e2e_monitoring_config.git`
|
`git clone https://atc.bmwgroup.net/bitbucket/scm/opapm/cd_e2e_monitoring_config.git`
|
||||||
|
|
||||||
4. Create a branch using your Component/Application name with the following format:
|
4. Create a branch using your Component/Application name with the following format:
|
||||||
|
|
||||||
|
|
@ -36,8 +36,8 @@ To monitor your application with Dynatrace, please follow these steps:
|
||||||
8. Commit and pull request to merge the branch to the master:
|
8. Commit and pull request to merge the branch to the master:
|
||||||
|
|
||||||
```
|
```
|
||||||
git add <changes>
|
git add <changes>
|
||||||
git commit -m "<app_name> configuration changes"
|
git commit -m "<app_name> configuration changes"
|
||||||
git push -u origin <branch>
|
git push -u origin <branch>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -67,7 +67,7 @@ To monitor your application with Dynatrace, please follow these steps:
|
||||||

|

|
||||||
|
|
||||||
**Recommended**
|
**Recommended**
|
||||||
- Participate in one of the Dynatrace trainings to understand
|
- Participate in one of the Dynatrace trainings to understand:
|
||||||
- What kind of changes in the configuration are possible and how it's going to improve monitoring.
|
- How to use Dynatrace in the most efficient way.
|
||||||
- Hands on in how to work with Monaco
|
- What kind of changes in the configuration are possible and how will improve monitoring.
|
||||||
- How to use Dynatrace in the most efficient.
|
- Hands on in how to work with Monaco (Dynatrace Configuration as Code)
|
||||||
Loading…
Reference in New Issue