|
|
||
|---|---|---|
| .. | ||
| 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 the endpoint that will be tested, and location where the synthetic will run.
- Change the skipDeployment to 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>