Skip to content

Commit 54719e2

Browse files
authored
refactor: reword some sentences (#62)
1 parent 48ff4be commit 54719e2

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
title: Query insights
2+
nav:
3+
- index.md
4+
- ...

docs/enterprise_edition/insights/active_queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ icon: material/play-circle
44

55
# Active queries
66

7-
PgDog Enterprise provides a real-time view into queries currently executing on its PostgreSQL connections. This is accessible in two places:
7+
PgDog provides a real-time view into queries currently executing on its PostgreSQL connections. This is accessible in two places:
88

99
1. [`SHOW ACTIVE_QUERIES`](#admin-database) admin command
1010
2. [Activity](#web-ui) view in the dashboard
@@ -54,6 +54,6 @@ If you're running multiple instances of PgDog, active queries from all instances
5454

5555
### Parameters
5656

57-
If your application is using prepared statements (or just placeholders in queries), the parameters for these queries are not shown and will not be sent to the control plane.
57+
If your application is using prepared statements (or just placeholders in queries), the parameters for these queries are not shown and will not be sent to the control plane.
5858

5959
If your application is using simple statements (parameters in query text), PgDog will normalize the queries, removing values and replacing them with parameter symbols (e.g., `$1`). This is to make sure no sensitive data leaves the database network.

docs/enterprise_edition/insights/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ icon: material/alert-circle
44

55
# Errors
66

7-
PgDog Enterprise tracks query errors returned by PostgreSQL, providing a real-time view into recently encountered issues like syntax errors, missing columns, or lock timeouts.
7+
PgDog tracks query errors returned by PostgreSQL, providing a real-time view into recently encountered issues like syntax errors, missing columns, or lock timeouts.
88

99
## Admin database
1010

docs/enterprise_edition/insights/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ icon: material/lightbulb-on
44

55
# Query insights
66

7-
PgDog Enterprise provides visibility into all queries that it serves, which allows it to analyze and report how those queries perform, in real-time.
7+
PgDog provides visibility into all queries that it serves, which allows it to analyze and report how those queries perform, in real-time.
88

99
## Telemetry
1010

11-
PgDog Enterprise collects the following telemetry:
11+
PgDog collects and displays the following telemetry:
1212

1313
| Telemetry | Frequency | Description |
1414
|-|-|-|

docs/enterprise_edition/insights/statistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ icon: material/chart-bar
44

55
# Query statistics
66

7-
PgDog Enterprise collects detailed per-query statistics, similar to PostgreSQL's `pg_stat_statements`, with extra information useful for debugging application performance.
7+
PgDog collects detailed per-query statistics, similar to PostgreSQL's `pg_stat_statements`, with extra information useful for debugging application performance. These are viewable and searchable in the [control plane UI](../control_plane/index.md) and in the [admin database](#admin-database).
88

99
## How it works
1010

0 commit comments

Comments
 (0)