This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Values of Metrics are being rounded up when adding them to Custom Dashboard

Hello there,

I have a set of Metrics that when added to a Custom Dashboard their values are being rounded up.

When I check their values under Configuration/Data I see:

value1: 38,173 count

value1total: 58,881 count

When I create a WCF dashboard and add the metrics their values are shown as:

38K

59K

How can I show the whole values? I have tried using a Renderer but it does nothing...

In the other hand, something similar happens when I create a Derived Metric to get the percentage value using the next formula:

percent(#value1, #value1total#);

When verifying the result I get the next value: 64.83076034714085

but when I check the value stored at Configuration/Data I see a rounded up value as such:

value1percentage: 65%

Any suggestions are appreciated, thank you.

Eneko

Parents Reply
  • Ok, found it and it works ;))

    But I am still having problems rendering "Metrics List" component. You are right, if I modify the setting "Significant Digits" from "2" to "5" and also mark as false the setting "Show unit" I get almost what I want:

    But the value in the circle should be with 4 digits... 2970, how can I solve this issue?

    This is not making sense...

Children