Fix OutgoingBytesDeltaPollster sample name

The good name is network.outgoing.bytes.delta.

Change-Id: I78e9fbe9d60b3e83761f6490d25e85ad54fcc7c4
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
This commit is contained in:
Arnaud Morin 2022-11-29 15:40:09 +01:00
parent e496b5d212
commit 7a507457cb
1 changed files with 1 additions and 1 deletions

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'