@@ -39,9 +39,9 @@ you can run the exporter doing something like this:
39
39
Or just run via docker or similar:::
40
40
41
41
docker run -d --name os_capacity \
42
- --mount type=bind,source=/etc/openstack/ ,target=/etc/openstack/ \
43
- --env OS_CLOUD=openstack --env OS_CLIENT_CONFIG_FILE=/etc/openstack/mycloud .yaml \
44
- -p 9000:9000 ghcr.io/stackhpc/os-capacity:master
42
+ --mount type=bind,source=/etc/kolla/os-capacity/ ,target=/etc/openstack \
43
+ --env OS_CLOUD=openstack --env OS_CLIENT_CONFIG_FILE=/etc/openstack/clouds .yaml \
44
+ -p 9000:9000 ghcr.io/stackhpc/os-capacity:234330f
45
45
curl localhost:9000
46
46
47
47
Here is some example output from the exporter:::
@@ -77,8 +77,8 @@ Here is some example output from the exporter:::
77
77
...
78
78
# HELP openstack_project_quota Current quota set to limit max resource allocations per project.
79
79
# TYPE openstack_project_quota gauge
80
- openstack_project_quota{project_id="c6992a4f9f5a45fab23114d032fca40a ",project_name="test",quota_resource="CPUS"} -1.0
81
- openstack_project_quota{project_id="c6992a4f9f5a45fab23114d032fca40a ",project_name="test",quota_resource="MEMORY_MB"} -1.0
80
+ openstack_project_quota{project_id="c6992a4f9f5a45fab23114d032fca40b ",project_name="test",quota_resource="CPUS"} -1.0
81
+ openstack_project_quota{project_id="c6992a4f9f5a45fab23114d032fca40b ",project_name="test",quota_resource="MEMORY_MB"} -1.0
82
82
...
83
83
# HELP openstack_hypervisor_placement_allocated Currently allocated resource for each provider in placement.
84
84
# TYPE openstack_hypervisor_placement_allocated gauge
0 commit comments