We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904e345 commit 063b939Copy full SHA for 063b939
internal/aws/containerinsight/const.go
@@ -393,11 +393,11 @@ func init() {
393
EfaRxBytes: UnitBytesPerSec,
394
EfaRxDropped: UnitCountPerSec,
395
EfaTxBytes: UnitBytesPerSec,
396
- EfaRetransBytes: UnitBytes,
397
- EfaRetransPkts: UnitCount,
398
- EfaRetransTimeoutEvents: UnitCount,
399
- EfaUnresponsiveRemoveEvents: UnitCount,
400
- EfaImpairedRemoteConnEvents: UnitCount,
+ EfaRetransBytes: UnitBytesPerSec,
+ EfaRetransPkts: UnitCountPerSec,
+ EfaRetransTimeoutEvents: UnitCountPerSec,
+ EfaUnresponsiveRemoveEvents: UnitCountPerSec,
+ EfaImpairedRemoteConnEvents: UnitCountPerSec,
401
402
EfaLimit: UnitCount,
403
EfaUsageTotal: UnitCount,
0 commit comments