[ZBX-24784] Time values (units: s) are not represented as microseconds (µs), nor as nanoseconds (ns). Created: 2024 Jul 04 Updated: 2024 Jul 05 |
|
| Status: | Open |
| Project: | ZABBIX BUGS AND ISSUES |
| Component/s: | Frontend (F) |
| Affects Version/s: | 6.0.31, 7.0.0, 7.2.0alpha1 |
| Fix Version/s: | None |
| Type: | Problem report | Priority: | Trivial |
| Reporter: | Aleksejs Abrosimovs | Assignee: | Tomass Janis Bross |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Attachments: |
|
| Description |
|
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:
Result:
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?
|