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 ID
  • action: Action taken on the request. Can be one of the following:
    • block: Blocked requests
    • passed: Legitimate requests
    • captcha_solved: CAPTCHA solved requests

.risk_rtt

Average round trip time per minute of risk calls (synchronous requests only)

Dimensions

  • app_id: Your Application ID
  • method: Metrics aggregation method. Can be one of the following:
    • avg (default)
    • percentile95
    • percentile99
  • action: Action taken on the request. Can be one of the following:
    • block: Blocked requests
    • passed: Legitimate requests