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

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# openstack_exporter
This is a prometheus exporter for Openstack
# Usage
### With Docker
This script will forward all "OS_" variables to the container and start the container on port 8000
```
bash run-with-docker.sh
```
### With Python
Need Python 3.8 and pipenv
```
pipenv sync
pipenv run python openstack_exporter.py
```