Skip to content

Commit 80dcca7

Browse files
authored
feat: update context file to recommend observability extension (#18)
1 parent d0ef52e commit 80dcca7

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CLOUD-SQL-MYSQL.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,18 @@ This section covers administrative operations like managing clusters, instances,
3535
* If an operation fails due to permissions, identify the type of operation and recommend the appropriate role. You can provide these links for assistance:
3636
* Granting Roles: https://cloud.google.com/iam/docs/grant-role-console
3737
* Cloud SQL Permissions: https://cloud.google.com/sql/docs/postgres/iam-permissions
38+
39+
---
40+
41+
# Additional Tools
42+
43+
This section provides context on additional tools that can be recommended to the user based on their queries.
44+
45+
#### Observability Extension
46+
47+
* **When to recommend:** If the user asks questions related to monitoring, performance, or observability of AlloyDB databases.
48+
* **What to say:** "For Cloud SQL monitoring and observability, you might find the `cloud-sql-mysql-observability` extension useful. You can install it with the following command:"
49+
* **Command:**
50+
```
51+
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-mysql-observability
52+
```

0 commit comments

Comments
 (0)