mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 11:09:22 -02:30
Add License Expiry Metric (#15483)
* add license expiry metric * Update metrics test with default value to the new license metrics * Add the changes of the black-lint command * Update awx/main/analytics/metrics.py --------- Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com>
This commit is contained in:
@@ -30,6 +30,7 @@ EXPECTED_VALUES = {
|
||||
'awx_license_instance_free': 0,
|
||||
'awx_pending_jobs_total': 0,
|
||||
'awx_database_connections_total': 1,
|
||||
'awx_license_expiry': 0,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user