cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Looking to upgrade from Dynatrace Managed to SaaS? See how

DEM current consumption value difference between Data Explorer and CMC

sedaars
Observer

Hi,

I applied the current consumption information of Dynatrace DEM with the formula I created from metrics. There are mobile, web and custom application types that consume DEM licenses in our environment. Taking this into account, I created a formula as follows. However, in this formula, the consumption value on the Data Explorer screen does not match the monthly and annual consumption values ​​on the CMC screen. (The 1st of the month was taken as basis for monthly, and the beginning of the year was taken as basis for annual.) CMC screen value bigger than Data Explorer result value.  What is the reason for this difference?

(((builtin:billing.apps.web.sessionsWithReplayByApplication:filter(and(eq(Type,Billed))):splitBy():sum:default(0):fold(sum))
+
(builtin:billing.apps.web.sessionsWithoutReplayByApplication:filter(and(eq(Type,Billed))):splitBy():sum:default(0):fold(sum) * 0.25)
+
(builtin:billing.apps.mobile.sessionsWithReplayByApplication:filter(and(eq(Type,Billed))):splitBy():sum:default(0):fold(sum))
+
(builtin:billing.apps.mobile.sessionsWithoutReplayByApplication:filter(and(eq(Type,Billed))):splitBy():sum:default(0):fold(sum) * 0.25)
+
(builtin:billing.apps.custom.sessionsWithoutReplayByApplication:filter(and(eq(Type,Billed))):splitBy():sum:default(0):fold(sum) * 0.25)
+
(builtin:billing.synthetic.actions:splitBy():sum:default(0):fold(sum))
+
(builtin:billing.synthetic.requests:splitBy():sum:default(0):fold(sum) * 0.1)
+
(builtin:billing.apps.mobile.userActionPropertiesByMobileApplication:splitBy():sum:default(0):fold(sum) * 0.01)
+
(builtin:billing.apps.custom.userActionPropertiesByDeviceApplication:splitBy():sum:default(0):fold(sum)* 0.01)
+
(builtin:billing.apps.web.userActionPropertiesByApplication:splitBy():sum:default(0):fold(sum) * 0.01)
+
(builtin:billing.synthetic.external:splitBy():sum:default(0):fold(sum) * 0.1)))

 

Thank you,

Seda.

2 REPLIES 2

ChadTurner
DynaMight Legend
DynaMight Legend

I'm curious if there is an issue in the mathematical operators. Can you break them out as single tiles and see if manually adding the tiles up will result in a correct CMC Value representation? 

-Chad

sedaars
Observer

Hi,

Yes when I separated them into individual tiles and added the tiles manually I got a correct CMC value. How can I overcome the mathematical operator?

Thank you.

Featured Posts