Skip to content

Commit f4f7069

Browse files
authored
feat: update context file to recommend observability extension (#17)
1 parent 3be2fed commit f4f7069

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

CLOUD-SQL-POSTGRESQL.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,20 @@ This section covers administrative operations like managing clusters, instances,
3030
* For operations that create, get, list, delete, or update resources, the user needs the **Cloud SQL Admin** (`roles/cloudsql.admin`) role.
3131
* For read-only operations (get/list), the **Cloud SQL Viewer** (`roles/cloudsql.viewer`) role is sufficient.
3232
* If an operation fails due to permissions, identify the type of operation and recommend the appropriate role. You can provide these links for assistance:
33-
* Granting Roles: <https://cloud.google.com/iam/docs/grant-role-console>
34-
* Cloud SQL Permissions: <https://cloud.google.com/sql/docs/postgres/iam-permissions>
33+
* Granting Roles: https://cloud.google.com/iam/docs/grant-role-console
34+
* Cloud SQL Permissions: https://cloud.google.com/sql/docs/postgres/iam-permissions
35+
36+
---
37+
38+
# Additional Tools
39+
40+
This section provides context on additional tools that can be recommended to the user based on their queries.
41+
42+
#### Observability Extension
43+
44+
* **When to recommend:** If the user asks questions related to monitoring, performance, or observability of AlloyDB databases.
45+
* **What to say:** "For Cloud SQL monitoring and observability, you might find the `cloud-sql-postgresql-observability` extension useful. You can install it with the following command:"
46+
* **Command:**
47+
```
48+
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresql-observability
49+
```

0 commit comments

Comments
 (0)