mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
adding instance consumed and remaining capacity to metrics
This commit is contained in:
@@ -25,6 +25,8 @@ EXPECTED_VALUES = {
|
||||
'awx_custom_virtualenvs_total':0.0,
|
||||
'awx_running_jobs_total':0.0,
|
||||
'awx_instance_capacity':100.0,
|
||||
'awx_instance_consumed_capacity':0.0,
|
||||
'awx_instance_remaining_capacity':100.0,
|
||||
'awx_instance_cpu':0.0,
|
||||
'awx_instance_memory':0.0,
|
||||
'awx_instance_info':1.0,
|
||||
|
||||
Reference in New Issue
Block a user