Skip to content

Commit ffb0473

Browse files
authored
Remove Looker Studio Dashboard instructions (#789)
Removed the Looker Studio Dashboard section from the document.
1 parent 7487340 commit ffb0473

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/guide/observability/bq-agent-analytics.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,3 @@ WHERE event_type = 'LLM_RESPONSE'
147147
AND JSON_VALUE(attributes, '$.usage_metadata.prompt') IS NOT NULL
148148
GROUP BY agent, model;
149149
```
150-
151-
## Looker Studio Dashboard
152-
153-
To visualize your agent analytics, you can use the pre-built Looker Studio dashboard template:
154-
155-
* **Template Link:** [go/agent-starter-pack-observability-dashboard](http://go/agent-starter-pack-observability-dashboard)
156-
* **Instructions:**
157-
1. Open the link.
158-
2. Click "Use Template".
159-
3. Select your GCP project and the `YOUR_AGENT_NAME_telemetry` dataset as the data source.
160-
4. Map the fields if prompted.
161-
5. Explore the visualizations on agent usage, tool calls, token consumption, and errors.
162-
```

0 commit comments

Comments
 (0)