enh(mode): metrics nlabel adjustments

This commit is contained in:
Thibault S 2021-05-27 17:50:50 +02:00 committed by GitHub
parent 216f849965
commit 4e0098ef5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ sub get_metrics_mapping {
'diskqueuelength' => {
'output' => 'Disk Queue Length',
'label' => 'disk-queue-length',
'nlabel' => 'appserviceplan.disk.queue.length',
'nlabel' => 'appserviceplan.disk.queue.length.count',
'unit' => '',
'min' => '0',
'template' => '%d'
@ -40,7 +40,7 @@ sub get_metrics_mapping {
'httpqueuelength' => {
'output' => 'Http Queue Length',
'label' => 'http-queue-length',
'nlabel' => 'appserviceplan.http.queue.length',
'nlabel' => 'appserviceplan.http.queue.length.count',
'unit' => '',
'min' => '0',
'template' => '%d'