Fix OutgoingBytesDeltaPollster sample name
The good name is network.outgoing.bytes.delta. Change-Id: I78e9fbe9d60b3e83761f6490d25e85ad54fcc7c4 Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com> (cherry picked from commit7a507457cb) (cherry picked from commit5d246c6cea)
This commit is contained in:
committed by
Leif Madsen
parent
cc22c4d6e8
commit
cb132b3004
@@ -119,7 +119,7 @@ class IncomingBytesDeltaPollster(NetworkPollster):
|
||||
|
||||
|
||||
class OutgoingBytesDeltaPollster(NetworkPollster):
|
||||
sample_name = 'network.outgoing.packets.delta'
|
||||
sample_name = 'network.outgoing.bytes.delta'
|
||||
sample_type = sample.TYPE_DELTA
|
||||
sample_unit = 'B'
|
||||
sample_stats_key = 'tx_bytes_delta'
|
||||
|
||||
Reference in New Issue
Block a user