Skip to content

Commit ce16d87

Browse files
authored
Merge pull request #21527 from sjyothi54/Update-query-text-description
fix: Updated the query_text description
2 parents 7bcdd9f + 1fdb056 commit ce16d87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/install/postgresql/whatsNext.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ The PostgreSQL query monitoring integration collects the following metrics
12551255
</td>
12561256

12571257
<td>
1258-
The SQL statement that was run.
1258+
Contains the normalized and anonymized version of the SQL query where literal values are replaced with placeholders.
12591259
</td>
12601260
</tr>
12611261

@@ -1417,7 +1417,7 @@ The PostgreSQL query monitoring integration collects the following metrics
14171417
</td>
14181418

14191419
<td>
1420-
The SQL statement that was run.
1420+
Contains the normalized and anonymized version of the SQL query where literal values are replaced with placeholders.
14211421
</td>
14221422
</tr>
14231423

@@ -1468,7 +1468,7 @@ The PostgreSQL query monitoring integration collects the following metrics
14681468
</td>
14691469

14701470
<td>
1471-
The SQL statement run in the blocked process.
1471+
Contains the anonymized version of the SQL query where literal values are replaced with placeholders.
14721472
</td>
14731473
</tr>
14741474

@@ -1508,7 +1508,7 @@ The PostgreSQL query monitoring integration collects the following metrics
15081508
</td>
15091509

15101510
<td>
1511-
The SQL statement causing the block.
1511+
Contains the anonymized version of the SQL query where literal values are replaced with placeholders.
15121512
</td>
15131513
</tr>
15141514

@@ -1580,7 +1580,7 @@ The PostgreSQL query monitoring integration collects the following metrics
15801580
</td>
15811581

15821582
<td>
1583-
The SQL statement that was run.
1583+
Contains the normalized and anonymized version of the SQL query where literal values are replaced with placeholders.
15841584
</td>
15851585
</tr>
15861586

0 commit comments

Comments
 (0)