1
0
mirror of https://github.com/jcwimer/openstack-exporter synced 2026-03-24 17:44:42 +00:00

Initial api response time and hypervisor metrics

This commit is contained in:
2020-11-19 07:06:44 -05:00
commit b5ae6a0088
7 changed files with 445 additions and 0 deletions

6
run-with-docker.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
OPENSTACK_VARS=""
for var in $(env | grep OS_); do
OPENSTACK_VARS+="-e $var ";
done
docker run -d -p 8000:8000 $OPENSTACK_VARS jcwimer/openstack_exporter