(plugin) database::postgres - mode bloat fix metric name (#3773)
This commit is contained in:
parent
1f14ea229b
commit
5fe4edadc5
|
@ -104,7 +104,7 @@ sub set_counters {
|
|||
]
|
||||
}
|
||||
},
|
||||
{ label => 'index-leaf-density', nlabel => 'table.leaf_density.percentage', set => {
|
||||
{ label => 'index-leaf-density', nlabel => 'index.leaf_density.percentage', set => {
|
||||
key_values => [ { name => 'avg_leaf_density' } ],
|
||||
output_template => 'average leaf density: %.2f %%',
|
||||
perfdatas => [
|
||||
|
|
Loading…
Reference in New Issue