cd_e2e_monitoring_config/BMW-Dynatrace-config/CD_charging-remote-commands.../synthetic-monitor
qxz15oi aa343f1285 runtime/openshift onboardings 2021-04-08 20:28:00 +02:00
..
README.md runtime/openshift onboardings 2021-04-08 20:28:00 +02:00
default.json runtime/openshift onboardings 2021-04-08 20:28:00 +02:00
synthetic-monitor.yaml runtime/openshift onboardings 2021-04-08 20:28:00 +02:00

README.md

Synthetic Configuration

To calculate the Availability KPI, a synthetic must be configured.

  1. 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
        
  2. Change skipDeployment to 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"
  1. 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>