API / Microservices
What is Semantic monitoring in Microservices architecture?
Semantic monitoring also known as synthetic monitoring runs certain application's automated tests against the live production system on a regular basis in a specified interval. The results are published into the monitoring service, which triggers alerts in case of any failures. This technique combines automation testing with monitoring in order to detect failing business requirements in production.
Once an issue is detected, it allow faster isolation and bug triaging, thereby reducing the main time required to repair.
More Related questions...