diff --git a/doc/source/internal/apimon_training/introduction.rst b/doc/source/internal/apimon_training/introduction.rst index 4c322b4..3b32700 100644 --- a/doc/source/internal/apimon_training/introduction.rst +++ b/doc/source/internal/apimon_training/introduction.rst @@ -30,8 +30,8 @@ The ApiMon a.k.a API-Monitoring project: ApiMon Architecture Summary --------------------------- - - Test Scenarios are implemented as ansible playbooks and pushed to Github - [repository](https://github.com/opentelekomcloud-infra/apimon-tests). + - Test Scenarios are implemented as ansible playbooks and pushed to + `Github `_. - EpMon executes various HTTP query requests towards service endpoints and generates statistsic @@ -54,44 +54,32 @@ ApiMon features ApiMon comes with the following features: -- Support of ansible playbooks for testing scenarios - -- Support of HTTP requests (GET) for Endpoint Monitoring - -- Support of TSDB and RDB - -- Support of all OTC environments - - - EU-DE - - - EU-NL +- Support of ansible playbooks for testing scenarios +- Support of HTTP requests (GET) for Endpoint Monitoring +- Support of TSDB and RDB +- Support of all OTC environments + - EU-DE + - EU-NL - Swisscloud - - PREPROD -- Support of multiple Monitoring sources: +- Support of multiple Monitoring sources: - - internal (OTC) + - internal (OTC) + - external (vCloud) - - external (vCloud) +- Alerts agregated in Alerta and notifications sent to zulip +- Various dasbhoards -- Alerts agregated in Alerta and notifications sent to zulip + - KPI dashboards + - 24/7 squad dashboards + - General test results dashboards + - Specific squad/service based dashboards -- Various dasbhoards - - - KPI dashboards - - - 24/7 squad dashboards - - - General test results dashboards - - - Specific squad/service based dashboards - -- Each squad can control and manage their test scenarios and dashboards - -- Every exectution of ansible playbooks stores the log file for further - investigation/analysis on swift +- Each squad can control and manage their test scenarios and dashboards +- Every execution of ansible playbooks stores the log file for further + investigation/analysis on swift object storage What ApiMon is NOT