Skip to content

Commit b467efe

Browse files
committed
doc: added Invalid Indexes metric
1 parent 8308a17 commit b467efe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/metrics.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2553,30 +2553,35 @@ Default config:
25532553
<td>Count of bloating tables in database: {#DATABASE}</td>
25542554
<td>Database {#DATABASE}: size</td>
25552555
<td>Max age (datfrozenxid) in: {#DATABASE}</td>
2556+
<td>Count of invalid indexes in database: {#DATABASE}</td>
25562557
</tr>
25572558
<tr>
25582559
<th>Key</th>
25592560
<td>pgsql.database.bloating_tables[{#DATABASE}]</td>
25602561
<td>pgsql.database.size[{#DATABASE}]</td>
25612562
<td>pgsql.database.max_age[{#DATABASE}]</td>
2563+
<td>pgsql.database.invalid_indexes[{#DATABASE}]</td>
25622564
</tr>
25632565
<tr>
25642566
<th>Type</th>
25652567
<td>Numeric (float)</td>
25662568
<td>Numeric (float)</td>
25672569
<td>Numeric (float)</td>
2570+
<td>Numeric (float)</td>
25682571
</tr>
25692572
<tr>
25702573
<th>Units</th>
25712574
<td></td>
25722575
<td>Bytes</td>
25732576
<td></td>
2577+
<td></td>
25742578
</tr>
25752579
<tr>
25762580
<th>Delta</th>
25772581
<td>As Is</td>
25782582
<td>As Is</td>
25792583
<td>As Is</td>
2584+
<td>As Is</td>
25802585
</tr>
25812586
</table>
25822587

0 commit comments

Comments
 (0)