Note
Example
{
"name": "notes/c858d27932ef",
"displayName": "Check CLS Threshold Violations",
"description": "Query to detect CLS values exceeding the 0.1 threshold in the last hour from browser logs.",
"toolName": "query",
"toolArgs": {
"sql": "SELECT time, attributes.page.path as page_path, CAST(attributes.web_vital.value AS DOUBLE) as cls_score FROM \"opentelemetry/logs/browser\" WHERE time >= CURRENT_TIMESTAMP - INTERVAL '1 hour' AND attributes.web_vital.name = 'CLS' AND attributes.web_vital.value IS NOT NULL"
},
"createTime": "2025-12-02T19:26:03.311886Z",
"updateTime": "2026-01-21T23:24:41.583126Z"
}
