Closed julia-leyton closed 6 years ago
Hi Julia,
Can you please check how the dashboard is configured? In the options tab of the SingleStat widget you can specify an aggregation function under "Stat" (the first option). Can you verify that this is set to "Total" and possible make a screenshot of your dashboard configuration? It looks like it's displaying an average instead of a total.
Jeroen
Hi Jeroen,
Sure, I just checked and it is set to total.
Here the screenshots and also the json(as txt, I only replaced the entityQuery value), please let me know if i'm missing something
Pruebas Datasource-1523408514396.txt
I also tried with other tenants and observed the same behaviour.
Best! Julia
Thanks for this info, I will investigate and get back to you.
Jeroen
This was fixed in 1.0.2 Thanks again!
Instana datasource version: 1.0.1
Expected result: Singlestat widget displaying Call Count (Total) for a WebService
Result: Total calls for a period of time only works if queries use rollup=1000
Example:
Last 5 minutes (rollup 1000)
Last 30 minutes (rollup 5000)
Last 6 hours (rollup 60000)
I think there's a factor missing (for rollup=1000 the factor is 1 so it is still consistent)
When multiplying the other results for the number of seconds: (385x5) and (360x60) the results are consistent.
Could you please check this? Thanks in advance!
Julia