Skip to content

Commit 7d2abd2

Browse files
committed
PR feedback and adding a dropdown option of interation guides for more visibility
1 parent 14ed5c4 commit 7d2abd2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/use-cases/observability/clickstack/integration-examples/postgres-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ receivers:
6767
password: ${env:POSTGRES_PASSWORD}
6868
databases:
6969
- postgres
70-
- your_application_db
70+
- your_application_db # Replace with your actual database names
7171
collection_interval: 30s
7272
tls:
7373
insecure: true
@@ -131,7 +131,7 @@ Once metrics are flowing, proceed to the [Dashboards and visualization](#dashboa
131131
For users who want to test the PostgreSQL metrics integration before configuring their production systems, we provide a pre-generated dataset with realistic PostgreSQL metrics patterns.
132132

133133
:::note[Database-level metrics only]
134-
This demo dataset includes database-level metrics only, matching the default PostgreSQL receiver configuration. Table-level and index-level metrics are disabled by default because they generate significantly more data. Database-level metrics provide comprehensive monitoring for most use cases.
134+
This demo dataset includes database-level metrics only to keep the sample data lightweight. Table and index metrics are collected automatically when monitoring a real PostgreSQL database.
135135
:::
136136

137137
<VerticalStepper headerLevel="h4">

sidebars.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,6 +1995,12 @@ const sidebars = {
19951995
label: "Production",
19961996
description: "Deploy ClickStack in production",
19971997
href: "/use-cases/observability/clickstack/production"
1998+
},
1999+
{
2000+
type: "link",
2001+
label: "Integration examples",
2002+
description: "Integration quick start guides",
2003+
href: "/use-cases/observability/clickstack/integration-guides"
19982004
}
19992005
]
20002006
},

0 commit comments

Comments
 (0)