-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
6.0.31, 7.0.0, 7.2.0alpha1
-
None
Description:
Zabbix frontend (Latest data section for example) does not convert time values to the microseconds (µs), nor to the nanoseconds (ns), the lowest prefix at the moment is "milli" (ms - milliseconds).
Steps to reproduce:
- You can create Zabbix trapper item (units: s, type: float)
- use zabbix_sender to send values such as 0.000001 (microsecond) and/or 0.000000001 (nanosecond).
- check out Latest Data for that item
Result:
Value is shown as fraction of a millisecond (ms).
Same in the latest 7.2.0alpha1 version
**
Graphs are affected too:
Expected:
Instead of 0.001ms should be 1µs
Instead of 0.000001ms should be 1ns
Question:
Is it intended behavior?