fix metrics case (#2807)

This commit is contained in:
Thibault S 2021-05-19 10:14:23 +02:00 committed by GitHub
parent c2eca07c73
commit 11e455bdf6
2 changed files with 3 additions and 3 deletions

View File

@ -29,14 +29,14 @@ sub get_metrics_mapping {
my ($self, %options) = @_;
my $metrics_mapping = {
'BytesReceived' => {
'bytesreceived' => {
'output' => 'Clients Bytes Received',
'label' => 'clients-bytes-received',
'nlabel' => 'appgateway.traffic.clients.received.bytes',
'unit' => 'B',
'min' => '0'
},
'BytesSent' => {
'bytessent' => {
'output' => 'Clients Bytes Sent',
'label' => 'clients-bytes-sent',
'nlabel' => 'appgateway.traffic.clients.sent.bytes',

View File

@ -50,7 +50,7 @@ sub get_metrics_mapping {
'unit' => '',
'min' => '0'
},
'FixedBillableCapacityUnits' => {
'fixedbillablecapacityunits' => {
'output' => 'Fixed Billable Capacity Units',
'label' => 'fixed-billable-units',
'nlabel' => 'appgateway.billable.units.fixed.count',