|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| default.json | ||
| synthetic-monitor.yaml | ||
README.md
Synthetic Configuration
To calculate the Availability KPI, a synthetic must be configured.
- Modify the synthetic-monitor.yaml file, providing:
- Endpoint: url intended to check the availability.
- Location:
- synthetic private location: If the endpoint is reachable within the BMW network.
- location: BMW-Dynatrace-config/00_Global-Config/synthetic-location/BMW-AWS-Frankfurt.id - synthetic public location: If the endpoint is reachable from the internet.
- location: GEOLOCATION-45AB48D9D6925ECC
- synthetic private location: If the endpoint is reachable within the BMW network.
- Change
skipDeploymentto false.
i.e.
config:
- my-synthetic: default.json
my-synthetic:
- name: CD_BMW - bmw.com
- mzName: CD_google/management-zone/CDgoogle.name
- mzId: CD_google/management-zone/CDgoogle.id
- endpoint: https://google.com
- location: GEOLOCATION-45AB48D9D6925ECC
- skipDeployment: "false"
- 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>