Analytics: instance_info.json v1.3 (#13408)

This commit is contained in:
Martin Slemr 2023-03-07 18:24:04 +01:00 committed by GitHub
parent 00817d6b89
commit 0a2f1622f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,7 +233,7 @@ def projects_by_scm_type(since, **kwargs):
return counts
@register('instance_info', '1.2', description=_('Cluster topology and capacity'))
@register('instance_info', '1.3', description=_('Cluster topology and capacity'))
def instance_info(since, include_hostnames=False, **kwargs):
info = {}
# Use same method that the TaskManager does to compute consumed capacity without querying all running jobs for each Instance