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 commit 7a507457cb)
(cherry picked from commit 5d246c6cea)
This commit is contained in:
Arnaud Morin
2022-11-29 15:40:09 +01:00
committed by Leif Madsen
parent cc22c4d6e8
commit cb132b3004

View File

@@ -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'