You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The naming convention used when storing license information in InfluxDB didn't turn out to be ideal.
It should be updated to become more consistent with existing naming convention for InfluxDB.
License type names
Currently (11.2.0) the following names are used for the various license types tracked by Butler and stored in InfluxDB:
analyzer_access
analyzer_time_access
professional_access
login_access
user_access
tokens_available
Change to
analyzer
analyzer_capacity
professional
token_login
token_user
tokens_available
Naming of fields in InfluxDB
analyzer_capacity license type
Current field names:
allocatedMinutes
unavailableMinutes
usedMinutes
New field names:
allocated_minutes
unavailable_minutes
used_minutes
token_login license type
Current field names:
allocatedTokens
tokenCost
unavailableTokens
usedTokens
New field names:
allocated_tokens
token_cost
unavailable_tokens
used_tokens
token_user license type
Current field names:
allocatedTokens
quarantinedTokens
tokenCost
userTokens
New field names:
allocated_tokens
quarantined_tokens
token_cost
used_tokens
tokens_available license type
This is high level token information for the Qlik Sense environment as a whole.
Current field names:
availableTokens
totalTokens
New field names:
available_tokens
total_tokens
The text was updated successfully, but these errors were encountered:
The naming convention used when storing license information in InfluxDB didn't turn out to be ideal.
It should be updated to become more consistent with existing naming convention for InfluxDB.
License type names
Currently (11.2.0) the following names are used for the various license types tracked by Butler and stored in InfluxDB:
Change to
Naming of fields in InfluxDB
analyzer_capacity license type
Current field names:
New field names:
token_login license type
Current field names:
New field names:
token_user license type
Current field names:
New field names:
tokens_available license type
This is high level token information for the Qlik Sense environment as a whole.
Current field names:
New field names:
The text was updated successfully, but these errors were encountered: