Metrics data schema
The following schema is for metrics data exported from HUMAN’s data export integrations. These are particularly useful for:
- NRT monitoring of request counters and latency gauges
- Trigger alerts on high latencies, block requests, etc.
- Analyze data and optimize product by traffic trends
.requests
Counts the total number of requests
Dimensions
app_id: Your Application IDaction: Action taken on the request. Can be one of the following:block: Blocked requestspassed: Legitimate requestscaptcha_solved: CAPTCHA solved requests
.risk_rtt
Average round trip time per minute of risk calls (synchronous requests only)
Dimensions
app_id: Your Application IDmethod: Metrics aggregation method. Can be one of the following:avg(default)percentile95percentile99
action: Action taken on the request. Can be one of the following:block: Blocked requestspassed: Legitimate requests