diff --git a/docs/enterprise_edition/insights/.pages b/docs/enterprise_edition/insights/.pages new file mode 100644 index 0000000..52699f9 --- /dev/null +++ b/docs/enterprise_edition/insights/.pages @@ -0,0 +1,4 @@ +title: Query insights +nav: + - index.md + - ... diff --git a/docs/enterprise_edition/insights/active_queries.md b/docs/enterprise_edition/insights/active_queries.md index 188e5dd..044e68a 100644 --- a/docs/enterprise_edition/insights/active_queries.md +++ b/docs/enterprise_edition/insights/active_queries.md @@ -4,7 +4,7 @@ icon: material/play-circle # Active queries -PgDog Enterprise provides a real-time view into queries currently executing on its PostgreSQL connections. This is accessible in two places: +PgDog provides a real-time view into queries currently executing on its PostgreSQL connections. This is accessible in two places: 1. [`SHOW ACTIVE_QUERIES`](#admin-database) admin command 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 ### Parameters -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. +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. 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. diff --git a/docs/enterprise_edition/insights/errors.md b/docs/enterprise_edition/insights/errors.md index d48d151..63dfcb6 100644 --- a/docs/enterprise_edition/insights/errors.md +++ b/docs/enterprise_edition/insights/errors.md @@ -4,7 +4,7 @@ icon: material/alert-circle # Errors -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. +PgDog tracks query errors returned by PostgreSQL, providing a real-time view into recently encountered issues like syntax errors, missing columns, or lock timeouts. ## Admin database diff --git a/docs/enterprise_edition/insights/index.md b/docs/enterprise_edition/insights/index.md index aea4b90..5cc39bc 100644 --- a/docs/enterprise_edition/insights/index.md +++ b/docs/enterprise_edition/insights/index.md @@ -4,11 +4,11 @@ icon: material/lightbulb-on # Query insights -PgDog Enterprise provides visibility into all queries that it serves, which allows it to analyze and report how those queries perform, in real-time. +PgDog provides visibility into all queries that it serves, which allows it to analyze and report how those queries perform, in real-time. ## Telemetry -PgDog Enterprise collects the following telemetry: +PgDog collects and displays the following telemetry: | Telemetry | Frequency | Description | |-|-|-| diff --git a/docs/enterprise_edition/insights/statistics.md b/docs/enterprise_edition/insights/statistics.md index bba0644..dc738fd 100644 --- a/docs/enterprise_edition/insights/statistics.md +++ b/docs/enterprise_edition/insights/statistics.md @@ -4,7 +4,7 @@ icon: material/chart-bar # Query statistics -PgDog Enterprise collects detailed per-query statistics, similar to PostgreSQL's `pg_stat_statements`, with extra information useful for debugging application performance. +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). ## How it works