30 Aug 2019 05:59 AM
Hi!
Is there any way to show the latest value and not the average of the selected timeframe for a metric? (In this case GC suspension time in average).
I mean, show the single value of the last datapoint and not the average of all the datapoints.
Is there any way to do that?
Or in a any case, be able to select an small timeframe (that autoupdates) with a sample lower than 30mins?
Thanks
Solved! Go to Solution.
30 Aug 2019 06:18 AM
There is no such option so far. There should be different kind of aggregation for this. Issue may be as well refreshing those value because this need full dashboard refresh. If dashboard is large and refresh will be every 10 seconds in may not be able to fully load before next refresh.
Sebastian
10 Aug 2021 07:48 AM - edited 10 Aug 2021 07:49 AM
Hi,
This is nowadays possible with the Data explorer. You can make use of the Last value fold transformation in the Build mode. You can also make use of the :last operator in the Code mode.
Sia