Details
-
Bug
-
Status: Resolved (View Workflow)
-
Medium
-
Resolution: Fixed
-
30.0.0
-
Security Level: Default (Default Security Scheme)
-
5
-
Horizon 22 - Jul 7 - Jul 21
-
Yes
-
1214
Description
Per customer:
we noticed that when a metric (e.g. lostPkts or even ifInDiscards/ifOutDiscards) has value 0, then the metric is sent by Kafka Producer with no value.
According to Engineering, in the current implementation a zero value is considered optional and proto is not parsing it, so no value is sent.
"May be we should update types"