-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
5.0.0alpha3
Problem description: Metric values are displayed differently when they are displayed directly in frontend and when their value is obtained though macro resolution, if these values fall into the 0.0001 > Value > 1E-15 period. in this case the server resolves the macro in scientific format (value of a resolved macro), but frontend displays such values in regular format (values in Latest data).
Steps to reproduce:
- Open any host and create a zabbix trapper item with data type = float.
- Create a trigger that will be set in problem state if the value is smaller than 1.
- Add a Tag to the trigger with value = {ITEM.VALUE}
- Send value 0.000001 to this trapper item
- Open Monitoring => Latest data . Notice that the value is displayed as 0.000001
- Open Monitoring => Problems and check the value of the tag.
Result: The value of the tag is displayed in scientific form: 1E-06
Expected: Same as the value in Latest data, the value obtained by resolving the macro should be displayed in regular format.
- caused by
-
ZBXNEXT-1736 increase 'float' precision & data length
- Closed
-
ZBXNEXT-5691 increase 'float' precision & data length (frontend)
- Closed
- part of
-
ZBX-17610 Test item result output is not user friendly
- Open