enh(mode): metrics nlabel adjustments
This commit is contained in:
parent
216f849965
commit
4e0098ef5a
|
@ -32,7 +32,7 @@ sub get_metrics_mapping {
|
||||||
'diskqueuelength' => {
|
'diskqueuelength' => {
|
||||||
'output' => 'Disk Queue Length',
|
'output' => 'Disk Queue Length',
|
||||||
'label' => 'disk-queue-length',
|
'label' => 'disk-queue-length',
|
||||||
'nlabel' => 'appserviceplan.disk.queue.length',
|
'nlabel' => 'appserviceplan.disk.queue.length.count',
|
||||||
'unit' => '',
|
'unit' => '',
|
||||||
'min' => '0',
|
'min' => '0',
|
||||||
'template' => '%d'
|
'template' => '%d'
|
||||||
|
@ -40,7 +40,7 @@ sub get_metrics_mapping {
|
||||||
'httpqueuelength' => {
|
'httpqueuelength' => {
|
||||||
'output' => 'Http Queue Length',
|
'output' => 'Http Queue Length',
|
||||||
'label' => 'http-queue-length',
|
'label' => 'http-queue-length',
|
||||||
'nlabel' => 'appserviceplan.http.queue.length',
|
'nlabel' => 'appserviceplan.http.queue.length.count',
|
||||||
'unit' => '',
|
'unit' => '',
|
||||||
'min' => '0',
|
'min' => '0',
|
||||||
'template' => '%d'
|
'template' => '%d'
|
||||||
|
|
Loading…
Reference in New Issue