API Monitoring
For API or service monitoring, keep events flat and specific.
Examples:
api.requests.countapi.errors.countapi.response.duration_msrate_limit.hit.count
Typical policies:
- error-count hourly
sum - response-time hourly
p95_est - rate-limit hit hourly
sum
Use analytics windows when you need to compare the current hour or day to previous periods.
Last updated on