File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2553,30 +2553,35 @@ Default config:
2553
2553
<td>Count of bloating tables in database: {#DATABASE}</td>
2554
2554
<td>Database {#DATABASE}: size</td>
2555
2555
<td>Max age (datfrozenxid) in: {#DATABASE}</td>
2556
+ <td>Count of invalid indexes in database: {#DATABASE}</td>
2556
2557
</tr >
2557
2558
<tr >
2558
2559
<th>Key</th>
2559
2560
<td>pgsql.database.bloating_tables[{#DATABASE}]</td>
2560
2561
<td>pgsql.database.size[{#DATABASE}]</td>
2561
2562
<td>pgsql.database.max_age[{#DATABASE}]</td>
2563
+ <td>pgsql.database.invalid_indexes[{#DATABASE}]</td>
2562
2564
</tr >
2563
2565
<tr >
2564
2566
<th>Type</th>
2565
2567
<td>Numeric (float)</td>
2566
2568
<td>Numeric (float)</td>
2567
2569
<td>Numeric (float)</td>
2570
+ <td>Numeric (float)</td>
2568
2571
</tr >
2569
2572
<tr >
2570
2573
<th>Units</th>
2571
2574
<td></td>
2572
2575
<td>Bytes</td>
2573
2576
<td></td>
2577
+ <td></td>
2574
2578
</tr >
2575
2579
<tr >
2576
2580
<th>Delta</th>
2577
2581
<td>As Is</td>
2578
2582
<td>As Is</td>
2579
2583
<td>As Is</td>
2584
+ <td>As Is</td>
2580
2585
</tr >
2581
2586
</table >
2582
2587
You can’t perform that action at this time.
0 commit comments