Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

analytics_realtime

Request example
{ "method": "tools/call", "params": { "name": "analytics_realtime", "arguments": { "project": [ "string" ], "org": "string", "service": "string", "domain": "string" } } }
analytics_realtimeTOOL
Count active visitors in the last 5 minutes.
Queries raw otel_traces for pageview spans with distinct session.id values. This is a real-time metric, not from the materialized views.
Parameters
project?string[]
Project slug override (repeatable, defaults to folder setup)
org?string
Organization override (defaults to folder setup)
service?string
Filter by service name
domain?string
Filter by domain