Closed rzenere-avvale closed 8 months ago
Hi @rzenere-avvale, Minutes used is the amount of Analyzer Capacity packs utilized over the duration of the session. Capacity packs are triggered by app open and engine interaction. So if a user opens an app while utilizing Analyzer Capacity, they will automatically consume 6 minutes. However, if they then just keep their browser open and don't make any selections, the duration could be ~20 minutes but they would have only consumed 6 minutes worth of analyzer capacity. Please review this page which explains this in detail and provides many examples: https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Introduction/analyzer-capacity-consumption.htm. Closing this as WAD.
Cheers,
Thanks for the clarification @danielpilla! I did not expect such a difference
Riccardo
🐛 Bug report
I'm trying to monitor users that use the Analyzer Capacity, and came across a difference between what is exposed between Events duration (which is calculated on durationMinutes) and Minutes used (which is calculated on minutesUsed). After digging up a bit, I saw that the /api/v1/licenses/consumption endpoint (which is used by the Entitlement Analyzer) exposes directly this strange data. Below an example for _licenseUsage = TIMELICENSE, where minutesUsed isn't always aligned with the durationMinutes
In the highlighted cells, I would expect a value <= of the minutesUsed (like the not highlighted cells).
For _licenseUsage = ASSIGNEDLICENSE, minutesUsed is always 0, so durationMinutes is the only way for me to say how much lasted a session. Am I reading those columns right in this situation? Or am I missing anything? (i.e. durationMinutes tracks also the time outside of an app?)
Steps to Reproduce
Expected behavior
For users that are using Analyzer Capacity, minutesUsed should always be greater or equal to durationMinutes
Actual behavior
minutesUsed is lesser or equal to durationMinutes
Additional context