Response time (or latency) is how long a service takes to answer a request, usually measured in milliseconds. It is a leading indicator: services often get slow before they go down.
Monitoring response time against a threshold catches gradual degradation early — a database under load, a slow dependency, a memory leak — so you can act before it becomes an outage.
It is a common SLI and a core part of website and API monitoring.