(plugin) cloud::azure::database::sqldatabase::plugin - fix deadlocks metric name
This commit is contained in:
parent
6a3eef25b0
commit
ed6bc4b482
|
@ -29,7 +29,7 @@ sub get_metrics_mapping {
|
|||
my ($self, %options) = @_;
|
||||
|
||||
my $metrics_mapping = {
|
||||
'deadlocks' => {
|
||||
'deadlock' => {
|
||||
'output' => 'Deadlocks ',
|
||||
'label' => 'deadlocks',
|
||||
'nlabel' => 'sqldatabase.deadlocks.count',
|
||||
|
@ -148,4 +148,4 @@ Critical threshold.
|
|||
|
||||
=back
|
||||
|
||||
=cut
|
||||
=cut
|
||||
|
|
Loading…
Reference in New Issue