mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Add total licensed instances to analytics
This commit is contained in:
parent
e096ad18cb
commit
f93ca814ac
@ -53,6 +53,7 @@ def config(since):
|
||||
'ansible_version': get_ansible_version(),
|
||||
'license_type': license_info.get('license_type', 'UNLICENSED'),
|
||||
'free_instances': license_info.get('free_instances', 0),
|
||||
'total_licensed_instances': license_info.get('instance_count', 0),
|
||||
'license_expiry': license_info.get('time_remaining', 0),
|
||||
'pendo_tracking': settings.PENDO_TRACKING_STATE,
|
||||
'authentication_backends': settings.AUTHENTICATION_BACKENDS,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user