You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLOUD-SQL-SQLSERVER-OBSERVABILITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This section provides context on additional tools that can be recommended to the
20
20
#### Cloud SQL for SQL Server Extension
21
21
22
22
***When to recommend:** If the user asks questions related to Cloud SQL for SQL Server databases beyond health and performance metrics.
23
-
***What to say:** "To create and connect to Cloud SQL for SQL Server resources, you might find the `cloud-sql-sqlserver` extension useful. You can install it with the following command:"
23
+
***What to say:** "To create and connect to Cloud SQL for SQL Server resources, you might find the `cloud-sql-sqlserver` extension useful. You can install it with the following command. Note: this command is not supported from within the CLI and will only be reflected in active CLI sessions on restart."
Copy file name to clipboardExpand all lines: README.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,22 @@ Learn more about [Gemini CLI Extensions](https://github.com/google-gemini/gemini
12
12
***Natural Language Management:** Stop wrestling with complex monitoring queries. Explore monitoring data by describing what you want in plain English.
13
13
***Seamless Workflow:** As a Google-developed extension, it integrates seamlessly into the Gemini CLI environment. No need to constantly switch contexts for common tasks.
14
14
15
+
> [!IMPORTANT]
16
+
> **We Want Your Feedback!**
17
+
> Please share your thoughts with us by filling out our feedback [form][form].
18
+
> Your input is invaluable and helps us improve the project for everyone.
* A Google Cloud project with the **Cloud Monitoring API** enabled.
29
+
* Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
30
+
* IAM Permissions
22
31
* Monitoring Viewer (`roles/monitoring.viewer`)
23
32
24
33
## Getting Started
@@ -66,6 +75,11 @@ Find additional extensions to support your entire software development lifecycle
66
75
67
76
## Troubleshooting
68
77
78
+
Use `gemini --debug` to enable debugging.
79
+
80
+
Common issues:
81
+
82
+
* "failed to find default credentials: google: could not find default credentials.": Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment. See [Set up Application Default Credentials](https://cloud.google.com/docs/authentication/external/set-up-adc) for more information.
69
83
* "✖ Error during discovery for server: MCP error -32000: Connection closed": The database connection has not been established. Ensure your configuration is set via environment variables.
70
-
* "✖ MCP ERROR: Error: spawn /Users/<USER>/.gemini/extensions/cloud-sql-sqlserver-observability/toolbox ENOENT": The Toolbox binary did not download correctly. Ensure you are using Gemini CLI v0.6.0+.
84
+
* "✖ MCP ERROR: Error: spawn /Users/USER/.gemini/extensions/cloud-sql-sqlserver-observability/toolbox ENOENT": The Toolbox binary did not download correctly. Ensure you are using Gemini CLI v0.6.0+.
71
85
* "cannot execute binary file": The Toolbox binary did not download correctly. Ensure the correct binary for your OS/Architecture has been downloaded. See [Installing the server](https://googleapis.github.io/genai-toolbox/getting-started/introduction/#installing-the-server) for more information.
0 commit comments