Skip to content

Commit 61a54f9

Browse files
Cloned the PR from #19239
1 parent b6d75e6 commit 61a54f9

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

src/content/docs/infrastructure/host-integrations/host-integrations-list/postgresql/postgresql-integration.mdx

+19-8
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To install the PostgreSQL monitoring integration, you must run through the follo
3232

3333
### PostgreSQL versions [#postgresql-versions]
3434

35-
Our integration is compatible with PostgreSQL until version 16.
35+
Our integration is compatible with PostgreSQL v17 and lower.
3636

3737
### Supported managed services [#supported-ms]
3838

@@ -724,6 +724,10 @@ The PostgreSQL integration collects the following metrics. Some metric names are
724724
id="instanceSample"
725725
title="PostgresqlInstanceSample metrics"
726726
>
727+
728+
<Callout variant="tip">
729+
With PostgreSQL v17, we renamed some metrics to better reflect their source tables. You can see the updated names indented below their earlier versions.
730+
</Callout>
727731
<table>
728732
<thead>
729733
<tr>
@@ -740,7 +744,8 @@ The PostgreSQL integration collects the following metrics. Some metric names are
740744
<tbody>
741745
<tr>
742746
<td>
743-
`bgwriter.checkpointsScheduledPerSecond`
747+
`bgwriter.checkpointsScheduledPerSecond`<br/>
748+
<span style={{ paddingLeft: "1em" }}>↳ `checkpointer.checkpointsScheduledPerSecond`</span>
744749
</td>
745750

746751
<td>
@@ -750,7 +755,8 @@ The PostgreSQL integration collects the following metrics. Some metric names are
750755

751756
<tr>
752757
<td>
753-
`bgwriter.checkpointsRequestedPerSecond`
758+
`bgwriter.checkpointsRequestedPerSecond`<br/>
759+
<span style={{ paddingLeft: "1em" }}>↳ `checkpointer.checkpointsRequestedPerSecond`</span>
754760
</td>
755761

756762
<td>
@@ -760,7 +766,8 @@ The PostgreSQL integration collects the following metrics. Some metric names are
760766

761767
<tr>
762768
<td>
763-
`bgwriter.buffersWrittenForCheckpointsPerSecond`
769+
`bgwriter.buffersWrittenForCheckpointsPerSecond`<br/>
770+
<span style={{ paddingLeft: "1em" }}>↳ `checkpointer.buffersWrittenForCheckpointsPerSecond`</span>
764771
</td>
765772

766773
<td>
@@ -790,7 +797,8 @@ The PostgreSQL integration collects the following metrics. Some metric names are
790797

791798
<tr>
792799
<td>
793-
`bgwriter.buffersWrittenByBackendPerSecond`
800+
`bgwriter.buffersWrittenByBackendPerSecond`<br/>
801+
<span style={{ paddingLeft: "1em" }}>↳ `io.buffersWrittenByBackendPerSecond`</span>
794802
</td>
795803

796804
<td>
@@ -810,7 +818,8 @@ The PostgreSQL integration collects the following metrics. Some metric names are
810818

811819
<tr>
812820
<td>
813-
`bgwriter.backendFsyncCallsPerSecond`
821+
`bgwriter.backendFsyncCallsPerSecond`<br/>
822+
<span style={{ paddingLeft: "1em" }}>↳ `io.backendFsyncCallsPerSecond`</span>
814823
</td>
815824

816825
<td>
@@ -820,7 +829,8 @@ The PostgreSQL integration collects the following metrics. Some metric names are
820829

821830
<tr>
822831
<td>
823-
`bgwriter.checkpointWriteTimeInMillisecondsPerSecond`
832+
`bgwriter.checkpointWriteTimeInMillisecondsPerSecond`<br/>
833+
<span style={{ paddingLeft: "1em" }}>↳ `checkpointer.checkpointWriteTimeInMillisecondsPerSecond`</span>
824834
</td>
825835

826836
<td>
@@ -830,7 +840,8 @@ The PostgreSQL integration collects the following metrics. Some metric names are
830840

831841
<tr>
832842
<td>
833-
`bgwriter.checkpointSyncTimeInMillisecondsPerSecond`
843+
`bgwriter.checkpointSyncTimeInMillisecondsPerSecond`<br/>
844+
<span style={{ paddingLeft: "1em" }}>↳ `checkpointer.checkpointSyncTimeInMillisecondsPerSecond`</span>
834845
</td>
835846

836847
<td>

0 commit comments

Comments
 (0)