For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HUMAN DashboardHUMAN WebsiteRequest a Demo
Product GuidesEnforcer GuidesMobile SDKAPI ReferenceCustomer support
Product GuidesEnforcer GuidesMobile SDKAPI ReferenceCustomer support
  • Getting Started
    • Overview
    • Best practices
  • Sightline Cyberfraud Defense
    • About Sightline Cyberfraud Defense
    • Getting Started
    • What's different in Sightline Cyberfraud Defense
    • Sensor changelog
    • About the Overview Dashboard
    • Glossary
  • AgenticTrust
    • Getting started with AgenticTrust
    • AI Agents Monitoring Dashboard
    • AI Visitors Overview Dashboard
    • Manage AI Agent Permissions
    • Agentic Activity Priority
    • Agent Trust Levels
  • Account Defender
    • Account Defender Overview
    • Use Cases
    • Prerequisites
    • Getting Started with Account Defender
    • Optimizing Account Defender Detection
    • Validating Account Defender Integration
    • Risk Triggers
    • About Network Events
    • Troubleshooting
  • Bot Defender
    • Bot Defender Overview
    • Detection
    • Bot Defender Policy Settings
    • Footprint
  • Credential Intelligence
    • Credential Intelligence Overview
    • How to Access the Breached Flag
    • Credential Intelligence FAQ
    • Credential Intelligence Dashboard
  • Code Defender
    • Code Defender Introduction
    • Getting Started with Code Defender
    • Code Defender Glossary
    • Website Risk Analyzer
  • Platform
    • Account settings
    • Manage users
    • Role permissions
    • Enforcer configurations
      • Adobe Experience Platform
      • Auth0
      • AWS S3
      • Datadog
      • Email to Consumer
      • GCS
      • HTTP webhook
      • Okta
      • Slack
      • Splunk
      • Sumo Logic
      • Syslog
        • Logs
        • Metrics
    • Page Type Mapping
  • Client-Side Integration
    • JavaScript tag
    • Improving first page performance
    • Use of cookies & web storage
    • Advanced client integration
LogoLogo
Login
Login
HUMAN DashboardHUMAN WebsiteRequest a Demo
On this page
  • .requests
  • Dimensions
  • .risk_rtt
  • Dimensions
PlatformIntegrationsData export schemas

Metrics data schema

Was this page helpful?
Previous

Page type mapping

Next
Built with

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