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: _partials/_devops-mcp-commands.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
@@ -39,6 +39,6 @@ $MCP_LONG exposes the following MCP tools to your AI Assistant:
39
39
||`pooled`| - | Use [connection pooling][Connection pooling]. This is only available if you have already enabled it for the $SERVICE_SHORT. Default: `false`. |
Copy file name to clipboardExpand all lines: about/changelog.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
@@ -626,7 +626,7 @@ pgai vectorizer now supports automatic document vectorization. This makes it dra
626
626
627
627
Instead of juggling multiple systems and syncing metadata, vectorizer handles the entire process: downloading documents from S3, parsing them, chunking text, and generating vector embeddings stored right in $PG using pgvector. As documents change, embeddings stay up-to-date automatically—keeping your $PG database the single source of truth for both structured and semantic data.
628
628
629
-

629
+

Copy file name to clipboardExpand all lines: use-timescale/metrics-logging/monitoring.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Insights help you get a comprehensive understanding of how your queries perform
103
103
104
104
To view insights, select your $SERVICE_SHORT, then click `Monitoring` > `Insights`. Search or filter queries by type, maximum execution time, and time frame.
105
105
106
-
![Insights][insights]
106
+
![Insights][insights-image]
107
107
108
108
Insights include `Metrics`, `Current lock contention`, and `Queries`.
109
109
@@ -157,7 +157,7 @@ $CLOUD_LONG summarizes all [$JOBs][jobs] set up for your $SERVICE_SHORT along wi
157
157
158
158
1. To view $JOBs, select your $SERVICE_SHORT in $CONSOLE, then click `Monitoring` > `Jobs`:
159
159
160
-
![Jobs][jobs]
160
+
![Jobs][jobs-image]
161
161
162
162
1. Click a $JOB ID in the list to view its config and run history:
163
163
@@ -175,7 +175,7 @@ $CLOUD_LONG lists current and past connections to your $SERVICE_SHORT. This incl
175
175
176
176
To view connections, select your $SERVICE_SHORT in $CONSOLE, then click `Monitoring` > `Connections`. Expand the query underneath each connection to see the full SQL.
177
177
178
-
![Connections][connections]
178
+
![Connections][connections-image]
179
179
180
180
Click the trash icon next to a connection in the list to terminate it. A lock icon means that a connection cannot be terminated; hover over the icon to see the reason.
181
181
@@ -185,7 +185,7 @@ $CLOUD_LONG offers specific tips on configuring your $SERVICE_SHORT. This includ
185
185
186
186
To view recommendations, select your $SERVICE_SHORT in $CONSOLE, then click `Monitoring` > `Recommendations`:
187
187
188
-
![Recommendations][recommendations]
188
+
![Recommendations][recommendations-image]
189
189
190
190
## Query-level statistics with `pg_stat_statements`
191
191
@@ -255,5 +255,9 @@ For more examples and detailed explanations, see the [blog post on identifying p
0 commit comments